Trait asyncio::local::LocalProtocol [] [src]

pub trait LocalProtocol: Protocol {
    type Socket: Socket<Self>;
}

A category of an local protocol.

Associated Types

Implementors