Type Alias sequoia_openpgp::cert::bundle::UnknownBundle

source ·
pub type UnknownBundle = ComponentBundle<Unknown>;
Expand description

An unknown component and any associated signatures.

Note: all signatures are stored as certifications.

See the module level documentation.

Aliased Type§

struct UnknownBundle { /* private fields */ }