Trait sn0int::autonoscope::AutoRule[][src]

pub trait AutoRule<T: ?Sized> {
    fn matches(&self, value: &T) -> Result<bool>;
}

Required methods

Implementors