pub trait IpPrefixShortening {
// Required method
fn shorten(&mut self, maxlen: u8);
}Expand description
Shortening an Ip prefix
pub trait IpPrefixShortening {
// Required method
fn shorten(&mut self, maxlen: u8);
}Shortening an Ip prefix