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