[][src]Trait batbox::Num

pub trait Num: UNum + Neg<Output = Self> {
    fn abs(self) -> Self { ... }
}

Provided methods

fn abs(self) -> Self

Loading content...

Implementors

impl<T: UNum + Neg<Output = T>> Num for T[src]

Loading content...