Trait byte_sequence::Checkable [] [src]

pub trait Checkable: Sized {
    const NAME: &'static str;

    fn check(key: &str) -> Result<Self>;
}

Associated Constants

Required Methods

Implementors