Struct iprange::ParseSubnetError
[−]
[src]
pub struct ParseSubnetError { /* fields omitted */ }An error which can be returned when parsing an subnet.
Trait Implementations
impl Debug for ParseSubnetError[src]
impl Display for ParseSubnetError[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter. Read more