[][src]Function zamm_yin::graph::value_wrappers::run_closure

pub fn run_closure<'a, 'b, T: 'static>(
    wrapper: &'b Option<Rc<dyn KBValue + 'a>>,
    input: Form
) -> Option<Box<T>>

Unwrap a StrongValue holding a closure, and return the result after running on the input.