Lines Matching refs:rust
1 {{#title rust::Box<T> — Rust ♡ C++}}
2 # rust::Box\<T\>
7 // rust/cxx.h
11 # namespace rust {
46 # } // namespace rust
59 [Sized]: https://doc.rust-lang.org/std/marker/trait.Sized.html
67 ```rust,noplayground
105 #include "rust/cxx.h"
107 void f(rust::Fn<void(rust::Box<File>, rust::Str, rust::Str)> callback,
108 rust::Box<File> out);
116 void f(rust::Fn<void(rust::Box<File>, rust::Str, rust::Str)> callback,
117 rust::Box<File> out) {