Trait std::ops::Div

pub trait Div<RHS, Result> {
    fn div(&self, rhs: &RHS) -> Result;
}

Required Methods

fn div(&self, rhs: &RHS) -> Result

Implementors