Trait opendp::traits::Abs[][src]

pub trait Abs {
    fn abs(self) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors