Trait easy_cast::Cast[][src]

pub trait Cast<T> {
    fn cast(self) -> T;
}

Like Into, but for Conv

Required methods

fn cast(self) -> T[src]

Loading content...

Implementors

impl<S, T: Conv<S>> Cast<T> for S[src]

Loading content...