Derive Macro prost_reflect::ReflectMessage
source ยท #[derive(ReflectMessage)]
{
// Attributes available to this derive:
#[prost_reflect]
}
Available on crate feature
derive
only.Expand description
A derive macro for the ReflectMessage
trait.
For documentation, see the example in the prost-reflect
crate docs.