pub trait ServerModuleInitRegistryExt {
// Required methods
fn to_common(&self) -> CommonModuleInitRegistry;
fn default_modules(&self) -> BTreeSet<ModuleKind>;
}pub trait ServerModuleInitRegistryExt {
// Required methods
fn to_common(&self) -> CommonModuleInitRegistry;
fn default_modules(&self) -> BTreeSet<ModuleKind>;
}