make_string

Function make_string 

Source
pub fn make_string(str_: &str) -> UniquePtr<CxxString>
Expand description

Make a C++ cxx::UniquePtr to a cxx::CxxString from a Rust &str.