Trait array3d::MyMod [] [src]

pub trait MyMod: Add + Sub + Div + Mul + Sized {
    fn mymod(&self, b: Self) -> Self;
}

Required Methods

Implementations on Foreign Types

impl MyMod for i32
[src]

[src]

Implementors