Trait parse_display::IntoResult [−][src]
pub trait IntoResult<T> {
    type Err;
    fn into_result(self) -> Result<T, Self::Err>;
}Associated Types
Required methods
fn into_result(self) -> Result<T, Self::Err>Implementations on Foreign Types
type Err = ParseErrortype Err = E