#[derive(ValidatedMessage)]
{
// Attributes available to this derive:
#[proto]
}
Available on crate feature
reflection only.Expand description
Implements ValidatedMessage on a struct.
Automatically implemented by the proto_message macro.