Trait shape_core::EqualThousand
source · pub trait EqualThousand<T> {
// Required method
fn eq_under_thousand(&self, thousand: T) -> bool;
}pub trait EqualThousand<T> {
// Required method
fn eq_under_thousand(&self, thousand: T) -> bool;
}