Trait cosmic_space::util::ValueMatcher
source · pub trait ValueMatcher<X> {
// Required method
fn is_match(&self, x: &X) -> Result<(), ()>;
}pub trait ValueMatcher<X> {
// Required method
fn is_match(&self, x: &X) -> Result<(), ()>;
}