Trait byte_sequence::Checkable[][src]

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

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

Associated Constants

Required Methods

Implementors