Trait AbsDiff

Source
pub trait AbsDiff<T> {
    // Required method
    fn abs_diff(&self, other: T) -> T;
}

Required Methods§

Source

fn abs_diff(&self, other: T) -> T

Implementors§

Source§

impl<T: BaseArithmetic + Copy> AbsDiff<T> for T