pub trait Oxide: Vector {
    fn ox(self) -> Redox<Self>
   where
        Self: Sized
; }

Required Methods

Implementations on Foreign Types

Implementors