Struct gpgme::engine::EngineInfoGuard
[−]
[src]
pub struct EngineInfoGuard(_);
pub struct EngineInfoGuard(_);
impl EngineInfoGuardfn new(_token: &Token) -> Result<EngineInfoGuard>fn get(&self, proto: Protocol) -> Option<EngineInfo<()>>fn iter(&self) -> EngineInfoIter<()>impl<'a> IntoIterator for &'a EngineInfoGuardtype Item = EngineInfo<'a, ()>type IntoIter = EngineInfoIter<'a, ()>fn into_iter(self) -> Self::IntoIter