pub trait ExclusiveSystemParam: Sized {
    type Fetch: for<'s> ExclusiveSystemParamFetch<'s>;
}

Required Associated Types

Implementations on Foreign Types

Implementors