[][src]Trait epilog::var::FreshVars

pub trait FreshVars<V> {
    fn acquire(&self) -> V;
}

Required methods

fn acquire(&self) -> V

Loading content...

Implementors

impl<V> FreshVars<Var<V>> for VarSource[src]

Loading content...