extern {
pub type RustString;
}
Expand description
Opaque type that allows C++ code to write bytes to a Rust-side buffer,
in conjunction with RawRustStringOstream
. Use this as &RustString
(Rust) and RustStringRef
(C++) in FFI signatures.
extern {
pub type RustString;
}
Opaque type that allows C++ code to write bytes to a Rust-side buffer,
in conjunction with RawRustStringOstream
. Use this as &RustString
(Rust) and RustStringRef
(C++) in FFI signatures.