pub trait Into<T> {
    fn into(self) -> T;
}

Required Methods

Implementors