Trait iprange::ToNetwork
[−]
[src]
pub trait ToNetwork {
fn to_network(self) -> Ipv4Net;
}Anything that can be converted to Ipv4Net.
Due to limitation of Rust's type system, this trait is onyl implmentaed for some concrete types.