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
pub fn read_from<R: Read>(reader: &mut R) -> Result<IpRange, DecodeError>std only.Decode a IpRange from any type that implements std::io::Read