Trait IntoClosureReturnValue
pub trait IntoClosureReturnValue {
// Required method
fn into_closure_return_value(self) -> Option<Value>;
}pub trait IntoClosureReturnValue {
// Required method
fn into_closure_return_value(self) -> Option<Value>;
}