[][src]Trait polyhorn_core::UseReference

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

Required methods

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

Loading content...

Implementors

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

Loading content...