Trait asyncio::Endpoint [] [src]

pub trait Endpoint<P>: SockAddr {
    fn protocol(&self) -> P;
}

Required Methods

Implementors