pub fn module(name: &str) -> Option<&'static ModuleSchema>Expand description
The shipped module name describes itself with, if there is one.
A name that is not here is not an error: a host may register any module it likes, and the compiler says only that it cannot check what it cannot see.