Skip to main content

ValidatedMessage

Derive Macro ValidatedMessage 

Source
#[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.