[][src]Trait polyhorn_ios::hooks::UseLayoutEffect

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

Required methods

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

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...