Trait TryInto
Required Methods
try_into
Trait
std
::
convert
::
TryInto
pub trait TryInto<T> { fn try_into(self) -> Option<T>; }
Required Methods
fn
try_into
(self) -> Option<T>