Trait validate::Bounds [] [src]

pub trait Bounds<T> {
    fn get_bounds(&self) -> Bound<T>;
}

Required Methods

Implementors