Trait re_viewer_context::IdentifiedViewSystem

source ·
pub trait IdentifiedViewSystem {
    // Required method
    fn identifier() -> ViewSystemIdentifier;
}
Expand description

Trait for naming/identifying crate::VisualizerSystems & crate::ViewContextSystems.

Required to be implemented for registration.

Required Methods§

source

fn identifier() -> ViewSystemIdentifier

Unique name for a system within a given crate::SpaceViewClass.

Note that this is not unique across the entire application.

Object Safety§

This trait is not object safe.

Implementors§