MeshState

Trait MeshState 

Source
pub trait MeshState {
    // Required method
    fn mesh_registry(&self) -> &MeshRegistry;
}
Expand description

Extension trait to add mesh registry to app state

Required Methods§

Implementors§