Trait moc::qty::Bounded[][src]

pub trait Bounded<T> {
    fn upper_bound_exclusive() -> T;
}

Required methods

Implementors