Trait substrait_validator::input::traits::ProtoMessage
source · [−]pub trait ProtoMessage: InputNode {
fn proto_message_type() -> &'static str;
}Expand description
Trait for all Rust types that represent protobuf messages. These are always structs for which all fields implement InputNode.
Required Methods
fn proto_message_type() -> &'static str
fn proto_message_type() -> &'static str
Returns the protobuf type name for messages of this type.