pub trait FromErr<T> {
    fn from(src: T) -> Self;
}

Required Methods§

Implementors§