[][src]Trait smth::Signed

pub trait Signed: Number + Neg<Output = Self> {
    fn abs(self) -> Self;
}

Required methods

fn abs(self) -> Self

Loading content...

Implementations on Foreign Types

impl Signed for i8[src]

impl Signed for i32[src]

impl Signed for i64[src]

impl Signed for i128[src]

impl Signed for isize[src]

impl Signed for f32[src]

impl Signed for f64[src]

Loading content...

Implementors

Loading content...