Trait ToCppString

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

Required Methods§

Implementations on Foreign Types§

Source§

impl ToCppString for &str

Source§

impl ToCppString for &String

Source§

impl ToCppString for String

Source§

impl ToCppString for UniquePtr<CxxString>

Implementors§