Reexport underlying iterators and do not implement Copy

Closes #138
This commit is contained in:
Abhishek Chanda
2021-02-15 11:12:15 -06:00
parent c26c836b39
commit 1f3e10f73d
3 changed files with 5 additions and 5 deletions

View File

@ -271,7 +271,7 @@ impl From<Ipv4Addr> for Ipv4Network {
}
}
#[derive(Copy, Clone, Debug)]
#[derive(Clone, Debug)]
pub struct Ipv4NetworkIterator {
next: Option<u32>,
end: u32,