Trait asio::ip::IpProtocol
[−]
[src]
pub trait IpProtocol: Protocol { fn is_v4(&self) -> bool; fn is_v6(&self) -> bool; }
A category of an internet protocol.