cxx/
rust_type.rs

1#![allow(missing_docs)]
2
3pub unsafe trait RustType {}
4pub unsafe trait ImplBox {}
5pub unsafe trait ImplVec {}