Struct gpgme::engine::EngineInfoGuard [] [src]

pub struct EngineInfoGuard(_);

Methods

impl EngineInfoGuard

fn new(_token: &Token) -> Result<EngineInfoGuard>

fn get(&self, proto: Protocol) -> Option<EngineInfo<()>>

fn iter(&self) -> EngineInfoIter<()>

Trait Implementations

impl<'a> IntoIterator for &'a EngineInfoGuard

type Item = EngineInfo<'a, ()>

type IntoIter = EngineInfoIter<'a, ()>

fn into_iter(self) -> Self::IntoIter