pub trait ExclusiveSystemParamFetch<'state>: ExclusiveSystemParamState {
    type Item: ExclusiveSystemParam<Fetch = Self>;

    fn get_param(state: &'state mut Self, system_meta: &SystemMeta) -> Self::Item;
}

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§