Trait fallible::TryInto[][src]

pub trait TryInto<A> {
    type Error;
    fn try_into(self) -> Result<A, Self::Error>;
}

Associated Types

Required Methods

Implementors