Trait asio::ip::IpProtocol [] [src]

pub trait IpProtocol: Protocol {
    fn is_v4(&self) -> bool;
    fn is_v6(&self) -> bool;
    fn v4() -> Self;
    fn v6() -> Self;
}

A category of an internet protocol.

Required Methods

Implementors