Trait cypher::display::MultiDisplay
source · pub trait MultiDisplay<F> {
type Display: Display;
// Required method
fn display_fmt(&self, f: &F) -> Self::Display;
// Provided method
fn display(&self) -> Self::Display
where F: Default { ... }
}