Trait gpgme::IntoNativeString [] [src]

pub trait IntoNativeString {
    type Output: AsRef<CStr>;
    fn into_native(self) -> Self::Output;
}

Associated Types

Required Methods

Implementors