read_from

Function read_from 

Source
pub fn read_from<R: Read>(reader: &mut R) -> Result<IpRange, DecodeError>
Available on crate feature std only.
Expand description

Decode a IpRange from any type that implements std::io::Read