Trait descartes::Into3d[][src]

pub trait Into3d {
    type Target;
    fn into_3d(self) -> Self::Target;
}

Associated Types

Required Methods

Implementors