Trait de_core::transition::StateWithSet

source ·
pub trait StateWithSet {
    type Set: SystemSet;

    // Required method
    fn state_set() -> Self::Set;
}

Required Associated Types§

source

type Set: SystemSet

Required Methods§

source

fn state_set() -> Self::Set

Object Safety§

This trait is not object safe.

Implementors§