amethyst_test 0.15.3

Amethyst test utilities crate
/// Convenience type for storing and retrieving the result of an effect.
///
/// # Type Parameters
///
/// * `T`: Type of the object to store in the world.
#[derive(Debug)]
pub struct EffectReturn<T>(pub T);