try_into

Function try_into 

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