pub fn get_initial_kernel_namespace() -> Option<&'static Arc<CrateNamespace>>
Expand description

Returns a reference to the default kernel namespace, which must exist because it contains the initially-loaded kernel crates. Returns None if the default namespace hasn’t yet been initialized.