Trait angle::Cast [] [src]

pub trait Cast<T> {
    fn from(t: T) -> Self;
}

Required Methods

Implementors