Trait gpgme::data::IntoData

source ·
pub trait IntoData<'a> {
    type Output: BorrowMut<Data<'a>>;

    fn into_data(self) -> Result<Self::Output>;
}
Expand description

A trait for converting compatible types into data objects.

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors