Searched defs:RustTypeMessage (Results 1 – 1 of 1) sorted by relevance
22 pub(crate) struct RustTypeMessage(pub RustIdentWithPath); struct24 impl fmt::Display for RustTypeMessage { implementation30 impl RustTypeMessage { impl