Type Alias String

type String = CxxString

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.