Skip to main content

IntoClosureReturnValue

Trait IntoClosureReturnValue 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoClosureReturnValue for ()

Implementors§