Type Alias sequoia_openpgp::cert::bundle::SubkeyBundle
source · pub type SubkeyBundle<KeyPart> = KeyBundle<KeyPart, SubordinateRole>;
Expand description
A subkey and any associated signatures.
Aliased Type§
struct SubkeyBundle<KeyPart> { /* private fields */ }