Trait mgf::BoundedBy [] [src]

pub trait BoundedBy<B: Bound> {
    fn bounds(&self) -> B;
}

A type that can be decomposed into a bound.

Required Methods

Implementors