pub type StateScoped<S> = DespawnOnExit<S>;👎Deprecated since 0.17.0: use DespawnOnExit instead
Expand description
A deprecated alias for DespawnOnExit.
Aliased Type§
pub struct StateScoped<S>(pub S);Tuple Fields§
§0: Spub type StateScoped<S> = DespawnOnExit<S>;A deprecated alias for DespawnOnExit.
pub struct StateScoped<S>(pub S);0: S