[][src]Trait mandos::Checkable

pub trait Checkable<V> {
    pub fn check(&self, value: V) -> bool;
}

Required methods

pub fn check(&self, value: V) -> bool[src]

Loading content...

Implementations on Foreign Types

impl<'_> Checkable<&'_ [Vec<u8, Global>]> for Vec<CheckValue<BytesValue>>[src]

Loading content...

Implementors

impl Checkable<u64> for U64Value[src]

impl<'_> Checkable<&'_ BigUint> for BigUintValue[src]

impl<'_> Checkable<&'_ [u8]> for BytesValue[src]

impl<V, T> Checkable<V> for CheckValue<T> where
    T: Checkable<V>, 
[src]

Loading content...