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

Required methods

Implementations on Foreign Types

Implementors