Expand description
ReflectMessage โ the runtime hand-off from a generated buffa message
type to its descriptor.
Traitsยง
- Reflect
Message - Implemented by every type that has a descriptor in some
crate::DescriptorPoolโ generated typed messages via#[derive(ReflectMessage)]and runtime-typedcrate::DynamicMessage. - Reflect
Message View - Reflection over a buffa view type. Implemented by every generated
*View<'a>so the zero-copy decode path can introspect the message without allocating an owned form.