pub trait ToFunction<A, R> {
    fn to_object(self) -> Object;
}
Expand description

A Rust closure or a Function.

Required Methods

Implementors