Trait termite::SystemParam

source ·
pub trait SystemParam: Sized {
    type Fetch: for<'w, 's> SystemParamFetch<'w, 's>;
}

Required Associated Types

Implementations on Foreign Types

Implementors