Trait equator::DisplayCmp
source · pub trait DisplayCmp {
// Required method
fn fmt(&self, lhs: &str, rhs: &str, f: &mut Formatter<'_>) -> Result;
}pub trait DisplayCmp {
// Required method
fn fmt(&self, lhs: &str, rhs: &str, f: &mut Formatter<'_>) -> Result;
}