Struct netaddr::net::HostsExperimental
[-]
[+]
[src]
pub struct Hosts { // some fields omitted }
pub struct Hosts { // some fields omitted }
impl Iterator for Hosts
type Item = IpAddr
fn next(&mut self) -> Option<IpAddr>
fn size_hint(&self) -> (usize, Option<usize>)
impl DoubleEndedIterator for Hosts
impl Clone for Hosts
fn clone(&self) -> Hosts
fn clone_from(&mut self, source: &Self)
impl Copy for Hosts
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).