pub trait StringOrFunction<A, R> { // Required method fn to_object(self) -> Object; }
A trait implemented by closures, Functions and strings.
Function