[][src]Trait polyhorn_ios::hooks::UseContext

pub trait UseContext {
    pub fn use_context<T>(&mut self) -> Option<Context<T>>
    where
        T: 'static
; }

Required methods

pub fn use_context<T>(&mut self) -> Option<Context<T>> where
    T: 'static, 
[src]

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...