Trait orbtk::cell::CheckSet [] [src]

pub trait CheckSet<T> {
    fn check_set(&self, value: T) -> bool;
}

Required Methods

Implementors