[][src]Trait minimum::component::Component

pub trait Component: Sized + Send + Sync + 'static {
    type Storage: ComponentStorage<Self>;
}

Associated Types

Loading content...

Implementors

Loading content...