start_debug_server

Function start_debug_server 

Source
pub async fn start_debug_server<DB>(
    context: EngineContext<DB>,
) -> Result<RpcServerHandle>
where DB: Database + DatabaseCommit + DatabaseRef + Clone + Send + Sync + 'static, <CacheDB<DB> as Database>::Error: Clone + Send + Sync, <DB as Database>::Error: Clone + Send + Sync,
Expand description

Create and start a debug RPC server with auto-port detection