Function new_server

Source
pub fn new_server<D>(
    dispatch: D,
    settings: Settings,
) -> Server<WireTxImpl, WireRxImpl, WireRxBuf, D>
where D: Dispatch<Tx = WireTxImpl>,
Expand description

Create a new server using the Settings and Dispatch implementation