Trait Cubed

Source
pub trait Cubed {
    type Output;

    // Required method
    fn cbd(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn cbd(self) -> Self::Output

Implementors§