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

A Rust closure, a Function or a string.

Required Methods

Implementations on Foreign Types

Implementors