prost icon indicating copy to clipboard operation
prost copied to clipboard

How i can get `full_name` of a Message?

Open beautyfree opened this issue 9 months ago • 1 comments

For example https://protobuf.dev/reference/cpp/api-docs/google.protobuf.descriptor/#Descriptor.full_name.details

beautyfree avatar Oct 08 '23 03:10 beautyfree

You are looking for the Name trait: https://docs.rs/prost/latest/prost/trait.Name.html

caspermeijn avatar Feb 13 '24 09:02 caspermeijn