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