pub fn serve<Incoming, Store, Executor, Logger>(
server_params: ServerParams<Incoming, Store, Executor, Logger>,
) -> impl Future<Item = (), Error = HandlingError<Incoming::Error>>Expand description
Creates default dscfg server.
This server uses length-delimited Json messages to transfer the data. Use custom() if you
want to control encoding.