pub trait ToClosureReturnValue {
    fn to_closure_return_value(&self) -> Option<Value>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§