pub async fn start_server(
collection: SharedComponent,
opts: Option<Options>,
) -> Result<ServerState, CliError>Expand description
Starts an RPC server for the passed SharedComponent.
pub async fn start_server(
collection: SharedComponent,
opts: Option<Options>,
) -> Result<ServerState, CliError>Starts an RPC server for the passed SharedComponent.