Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/src/
Dfmt.rs7 struct DisplayInvoke<T>(T); struct
9 impl<T> Display for DisplayInvoke<T> implementation