Trait opendp::traits::ExactIntBounds[][src]

pub trait ExactIntBounds {
    const MAX_CONSECUTIVE: Self;
    const MIN_CONSECUTIVE: Self;
}

Associated Constants

Implementations on Foreign Types

Implementors