Type Definition cxx::String

source ·
pub type String = CxxString;
Expand description

Synonym for CxxString.

To avoid confusion with Rust’s standard library string you probably shouldn’t import this type with use. Instead, write cxx::String, or import and use CxxString.