gain_lep

Type Alias Obj

Source
pub type Obj = Rc<dyn Any>;
Expand description

Obj can be any object.

Aliased Typeยง

struct Obj { /* private fields */ }