try_from

Function try_from 

Source
pub fn try_from<T, U>(t: T) -> Result<U, <U as TryFrom<T>>::Error>
where U: TryFrom<T>,