pub type EffectsControllerUpdateEffectResult = Result<(), UpdateEffectError>;

Aliased Type§

enum EffectsControllerUpdateEffectResult {
    Ok(()),
    Err(UpdateEffectError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(UpdateEffectError)

Contains the error value