[][src]Trait polyhorn_ios::hooks::UseEffect

pub trait UseEffect<P> where
    P: Platform + ?Sized
{ 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...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...