[][src]Trait polyhorn_core::UseEffect

pub trait UseEffect<P: ?Sized> where
    P: Platform
{ fn use_effect<F>(&mut self, key: Key, conditions: Option<Key>, effect: F)
    where
        F: FnOnce(&EffectLink<'_, P>) + 'static
; }

Required methods

fn use_effect<F>(&mut self, key: Key, conditions: Option<Key>, effect: F) where
    F: FnOnce(&EffectLink<'_, P>) + 'static, 

Loading content...

Implementors

impl<'a, P: ?Sized> UseEffect<P> for Manager<'a, P> where
    P: Platform
[src]

Loading content...