Trait json_syntax::object::Equivalent
source · [−]pub trait Equivalent<K: ?Sized> {
fn equivalent(&self, key: &K) -> bool;
}
Required Methods
source
pub trait Equivalent<K: ?Sized> {
fn equivalent(&self, key: &K) -> bool;
}