Trait bismuth::math::FromSpace [] [src]

pub trait FromSpace<T> {
    fn from_space(value: T) -> Self;
}

Required Methods

Implementors