Skip to main content

BoxedIdentity

Type Alias BoxedIdentity 

Source
pub type BoxedIdentity = Box<dyn Identity>;
Expand description

Boxed dyn-trait identity. age’s Decryptor::decrypt takes a trait-object iterator, so we hand it boxed identities; X25519 and plugin variants share the same type at the boundary.

Aliased Type§

pub struct BoxedIdentity(/* private fields */);