Available on crate feature
object
only.Expand description
This is a heap allocated utility that can be used to register an object type.
That object type will know its own generic type parameter T
and callers can simply
send &Any
values and don’t have to know the generic type themselves.
Structs§
Traits§
- Anonymous
Object Builder - This trait can be registered, after which that global registration can be used to materialize object types
Functions§
- get_
object_ builder - get_
object_ converter - get_
object_ physical_ type - is_
object_ builder_ registered - register_
object_ builder
Type Aliases§
- Builder
Constructor - Takes a
name
andcapacity
and constructs a new builder. - Object
Converter