logo
pub trait EqualThousand<T> {
    fn eq_under_thousand(&self, thousand: T) -> bool;
}

Required Methods

Implementors