pub trait ToCppString {
    fn into_cpp(self) -> UniquePtr<CxxString>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§