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

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

Required methods

fn check_set(&self, value: T) -> bool

Loading content...

Implementations on Foreign Types

impl<T: Copy> CheckSet<T> for Cell<T> where
    T: PartialOrd
[src]

Loading content...

Implementors

impl<T: Copy> CheckSet<T> for CloneCell<T> where
    T: PartialOrd
[src]

Loading content...