cxx/
rust_type.rs

1
2
3
4
5
#![allow(missing_docs)]

pub unsafe trait RustType {}
pub unsafe trait ImplBox {}
pub unsafe trait ImplVec {}