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