Home
last modified time | relevance | path

Searched defs:RustTypeMessage (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Dmessage.rs22 pub(crate) struct RustTypeMessage(pub RustIdentWithPath); struct
24 impl fmt::Display for RustTypeMessage { implementation
30 impl RustTypeMessage { impl