trait DisplayIndex {
// Required method
fn write(&self, idx: usize, f: &mut dyn Write) -> Result<(), FormatError>;
}
Expand description
Display
but accepting an index
trait DisplayIndex {
// Required method
fn write(&self, idx: usize, f: &mut dyn Write) -> Result<(), FormatError>;
}
Display
but accepting an index