Trait mesh::payload::table::DescribeTable
source · pub trait DescribeTable {
const DESCRIPTION: MessageDescription<'static>;
}
Expand description
A table-encoded type that has a protobuf message description.
Required Associated Constants§
sourceconst DESCRIPTION: MessageDescription<'static>
const DESCRIPTION: MessageDescription<'static>
The protobuf message description for this type.
Object Safety§
This trait is not object safe.