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

Required Methods§

Implementations on Foreign Types§

source§

impl IntoClosureReturnValue for ()

Implementors§