Trait hooks::effect::EffectForNoneDependency
source · pub trait EffectForNoneDependency {
type Cleanup: EffectCleanup;
// Required method
fn effect_for_none_dep(self) -> Self::Cleanup;
}
pub trait EffectForNoneDependency {
type Cleanup: EffectCleanup;
// Required method
fn effect_for_none_dep(self) -> Self::Cleanup;
}