pub fn create_runtime_context<R>(runtime: R) -> RuntimeContext<R>where
R: Runtime,Expand description
Create a RuntimeContext from any Runtime implementation (std version)
pub fn create_runtime_context<R>(runtime: R) -> RuntimeContext<R>where
R: Runtime,Create a RuntimeContext from any Runtime implementation (std version)