Trait parse_display::IntoResult 
source · pub trait IntoResult<T> {
    type Err;
    // Required method
    fn into_result(self) -> Result<T, Self::Err>;
}pub trait IntoResult<T> {
    type Err;
    // Required method
    fn into_result(self) -> Result<T, Self::Err>;
}