Trait gpgme::Interactor[][src]

pub trait Interactor: UnwindSafe + Send {
    fn interact<W: Write>(
        &mut self,
        status: InteractionStatus<'_>,
        out: Option<W>
    ) -> Result<(), Error>; }
👎 Deprecated since 0.9.2:

trait will be replaced with a new object safe trait of the same name

Expand description

Upstream documentation: gpgme_interact_cb_t

Required methods

👎 Deprecated since 0.9.2:

trait will be replaced with a new object safe trait of the same name

Implementors