CheckType

Trait CheckType 

Source
pub trait CheckType {
    // Required method
    fn check(&self, value: &Val) -> Result<()>;
}

Required Methods§

Source

fn check(&self, value: &Val) -> Result<()>

Implementations on Foreign Types§

Source§

impl CheckType for ComplexValType

Source§

fn check(&self, value: &Val) -> Result<()>

Source§

impl CheckType for ValType

Source§

fn check(&self, value: &Val) -> Result<()>

Implementors§