create_runtime_context

Function create_runtime_context 

Source
pub fn create_runtime_context<R>(runtime: R) -> RuntimeContext<R>
where R: Runtime,
Expand description

Create a RuntimeContext from any Runtime implementation (std version)