Modules§
Traits§
- ToCpp
String - A trait to be implemented by any type that can be turned into a C++ string. This trait is generated once per autocxx FFI mod and each implementation is incompatible and separate, because each will use a function generated independently for each mod in order to do the actual conversion to a C++ string.
Functions§
- make_
string - Make a C++
cxx::UniquePtrto acxx::CxxStringfrom a Rust&str.