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