[][src]Trait polyhorn_ios::hooks::UseReference

pub trait UseReference {
    fn use_reference<R, I>(&mut self, key: Key, initializer: I) -> Reference<R>
    where
        I: FnOnce() -> R,
        R: 'static
; }

Required methods

fn use_reference<R, I>(&mut self, key: Key, initializer: I) -> Reference<R> where
    I: FnOnce() -> R,
    R: 'static, 

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...