[][src]Trait libimagerror::str::ErrFromStr

pub trait ErrFromStr<T> {
    fn err_from_str(self) -> Result<T, String>;
}

Required methods

fn err_from_str(self) -> Result<T, String>

Loading content...

Implementations on Foreign Types

impl<T, E: Error> ErrFromStr<T> for Result<T, E>[src]

Loading content...

Implementors

Loading content...