[][src]Trait uclicious::traits::TryInto

pub trait TryInto<T>: Sized {
    fn try_into(self) -> Result<T, ObjectError>;
}

Required methods

fn try_into(self) -> Result<T, ObjectError>

Loading content...

Implementors

impl<T, U> TryInto<U> for T where
    U: FromObject<T>, 
[src]

Loading content...