Trait bismuth::math::IntoSpace [] [src]

pub trait IntoSpace<T> {
    fn into_space(self) -> T;
}

Required Methods

Implementors