[][src]Trait polyhorn_core::UseReference

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

Required methods

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

Loading content...

Implementors

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

Loading content...