pub trait NetworkFormatterExt<'n, P: Prefix, Q, Ospf: OspfImpl> {
// Required method
fn fmt_ext(&self, net: &'n Network<P, Q, Ospf>) -> String;
}Expand description
A specialized network formatter, to be defined for types on which the NetworkFormatter is
already defined (automatically)