[][src]Trait lut::Access

pub trait Access<T: Table>: Sized {
    fn check(&self, value: T::Value) -> bool;
}

Required methods

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

Loading content...

Implementors

impl<T> Access<T> for All<T> where
    T: Table
[src]

impl<T> Access<T> for Any<T> where
    T: Table
[src]

impl<T> Access<T> for EmptyFlag where
    T: Table
[src]

impl<T> Access<T> for NoFlagsSet where
    T: Table
[src]

Loading content...