Trait std_reset::traits::try_to::TryTo

source ·
pub trait TryTo {
    // Provided method
    fn try_to<T>(self) -> Result<T, Self::Error>
       where Self: TryInto_<T> { ... }
}

Provided Methods§

source

fn try_to<T>(self) -> Result<T, Self::Error>
where Self: TryInto_<T>,

Implementors§

source§

impl<T> TryTo for T