pub trait NoBundleEffect { }
Expand description
A trait implemented for DynamicBundle::Effect
implementations that do nothing. This is used as a type constraint for
Bundle
APIs that do not / cannot run DynamicBundle::Effect
, such as “batch spawn” APIs.