make_rpc_server

Function make_rpc_server 

Source
pub fn make_rpc_server(
    socket: TcpSocket,
    collection: SharedComponent,
) -> JoinHandle<Result<(), Error>>
Expand description

Build and spawn an RPC server for the passed collection.