Trait mesh_protobuf::oneof::DescribeOneof

source ·
pub trait DescribeOneof {
    const DESCRIPTION: MessageDescription<'static>;
}
Expand description

A oneof-encoded type that has a protobuf message description.

Required Associated Constants§

source

const DESCRIPTION: MessageDescription<'static>

The protobuf message description for this type.

Object Safety§

This trait is not object safe.

Implementors§