Crate dyn_object

Source
Expand description

Ergonomic and thread safe version of Box.

Structs§

Object
A boxed type erased nullable dynamic object.

Traits§

AsObject
A type that can converted to and from Object.
DynObject
A type that can be boxed into a Object.