pub trait TesseraPackage {
// Required method
fn register(self, registry: &mut EntryRegistry);
}Expand description
Registers modules and plugins for a Tessera entry point.
Required Methods§
Sourcefn register(self, registry: &mut EntryRegistry)
fn register(self, registry: &mut EntryRegistry)
Registers this package into the provided registry.