Trait twmap::convert::To

source ·
pub trait To {
    // Provided method
    fn to<T>(self) -> T
       where Self: Into<T> + Sized { ... }
}

Provided Methods§

source

fn to<T>(self) -> T
where Self: Into<T> + Sized,

Implementors§

source§

impl<T> To for T