initialize_runtime

Function initialize_runtime 

Source
pub fn initialize_runtime<F, G>(config: F, modify_runtime: G) -> Result<()>
where F: FnOnce() -> Config, G: FnOnce(Runtime) -> Runtime,
Expand description

Initializes the Javy runtime.