NetworkFormatterExt

Trait NetworkFormatterExt 

Source
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)

Required Methods§

Source

fn fmt_ext(&self, net: &'n Network<P, Q, Ospf>) -> String

Return a special formatted string.

Implementors§

Source§

impl<'n, P: Prefix, Q, Ospf: OspfImpl> NetworkFormatterExt<'n, P, Q, Ospf> for ConvergenceTrace

Source§

impl<'n, P: Prefix, Q, Ospf: OspfImpl> NetworkFormatterExt<'n, P, Q, Ospf> for FwDelta