Trait libre_pvz_resources::model::MarkerRegistryExt
source · pub trait MarkerRegistryExt {
// Required method
fn register_marker<M: Component + Default>(
&mut self,
name: &str
) -> &mut Self;
}
Expand description
Extend the App
for registering marker components.
Required Methods§
Object Safety§
This trait is not object safe.