Trait pcast::TryInto [] [src]

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

Associated Types

Required Methods

Implementors