Server

Trait Server 

Source
pub trait Server {
    type Crypto: Crypto;
    type Io: Io;
    type Handler: Handler;
}

Required Associated Types§

Implementors§