Expand description
Dynamically typed values.
Structs§
- Capability
- A dynamic capability. Currently, this is just a stub and does not support calling of methods.
- Enum
- A dynamically-typed enum value.
Enums§
Traits§
- Downcast
Builder - Helper trait for the
dynamic_value::Builder::downcast()method. - Downcast
Reader - Helper trait for the
dynamic_value::Reader::downcast()method.