Docs update

This commit is contained in:
Abhishek Chanda
2016-12-21 17:56:17 +00:00
parent bd441db7bc
commit c11ebdbd5b
5 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,6 @@
use std::net::Ipv4Addr;
/// Represents a bunch of errors that can occur while working with a `IpNetwork`
#[derive(Debug,Clone,PartialEq,Eq)]
pub enum IpNetworkError {
InvalidAddr(String),