Type Definition sequoia_openpgp::cert::bundle::SubkeyBundle[][src]

type SubkeyBundle<KeyPart> = KeyBundle<KeyPart, SubordinateRole>;
Expand description

A subkey and any associated signatures.

See the module level documentation.