Trait twmap::convert::To[][src]

pub trait To {
    fn to<T>(self) -> T
    where
        Self: Into<T> + Sized
, { ... } }

Provided methods

Implementors