Skip to main content

Module uninterpreted_option

Module uninterpreted_option 

Source
Available on crate features grpc and http and protobuf and std only.
Expand description

Nested message and enum types in UninterpretedOption.

Structs§

NamePart
The name of the uninterpreted option. Each string represents a segment in a dot-separated name. is_extension is true iff a segment represents an extension (denoted with parentheses in options specs in .proto files). E.g.,{ [“foo”, false], [“bar.baz”, true], [“qux”, false] } represents “foo.(bar.baz).qux”.