Enum httpbis::AnySocketAddr[][src]

pub enum AnySocketAddr {
    Inet(SocketAddr),
    Unix(String),
}

Variants

Methods

impl AnySocketAddr
[src]

Trait Implementations

impl Clone for AnySocketAddr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for AnySocketAddr
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations