Module capnp::dynamic_value

source ·
Expand description

Dynamically typed values.

Structs§

  • A dynamic capability. Currently, this is just a stub and does not support calling of methods.
  • A dynamically-typed enum value.

Enums§

  • A dynamically-typed value with mutable interior.
  • A dynamically-typed read-only value.

Traits§

  • Helper trait for the dynamic_value::Builder::downcast() method.
  • Helper trait for the dynamic_value::Reader::downcast() method.