pub fn set_root_context_factory<R: RootContext + 'static>(root: fn() -> R)Expand description
Sets root context factory. Should be called from _init. Can only be called once.
pub fn set_root_context_factory<R: RootContext + 'static>(root: fn() -> R)Sets root context factory. Should be called from _init. Can only be called once.