Trait descartes::Into2d[][src]

pub trait Into2d {
    type Target;
    fn into_2d(self) -> Self::Target;
}

Associated Types

Required Methods

Implementors