[][src]Trait scaly::containers::hashset::Equal

pub trait Equal<T: ?Sized = Self> {
    fn equals(&self, other: &T) -> bool;
}

Required methods

fn equals(&self, other: &T) -> bool

Loading content...

Implementors

impl Equal<String> for String[src]

impl<T: Equal<T>> Equal<T> for Ref<T>[src]

Loading content...