Trait termite::Component

source ·
pub trait Component: Send + Sync + 'static {
    type Storage: Storage;
}

Required Associated Types

Implementors