Derive Macro prost_reflect_derive::ReflectMessage

source ยท
#[derive(ReflectMessage)]
{
    // Attributes available to this derive:
    #[prost_reflect]
}
Expand description

A derive macro for the ReflectMessage trait.

For documentation, see the example in the prost-reflect crate docs.