Trait pbcodec::traits::TryFrom [] [src]

pub trait TryFrom<F>: Sized {
    fn try_from(f: F) -> Result<Self>;
}

Required Methods

Implementors