Trait Div
pub trait Div {
// Required methods
pub fn div(self, other: Self) -> Self;
}
Required methods
pub fn div(self, other: Self) -> Self
pub trait Div {
// Required methods
pub fn div(self, other: Self) -> Self;
}
pub fn div(self, other: Self) -> Self
impl Div for Fieldimpl Div for i16impl Div for i32impl Div for i64impl Div for i8impl Div for u1impl Div for u128impl Div for u16impl Div for u32impl Div for u64impl Div for u8