[−][src]Trait string::TryFrom
Attempt to construct Self
via a conversion.
This trait will be deprecated in favor of [std::convert::TryFrom] once it reaches stable Rust.
Associated Types
type Error
The type returned in the event of a conversion error.