Trait stun::message::Checker[][src]

pub trait Checker {
    fn check(&self, m: &Message) -> Result<()>;
}

Required methods

Implementors