[][src]Trait sequoia_openpgp::packet::key::KeyParts

pub trait KeyParts: Debug { }

A marker trait that indicates whether a Key only contains public key material or may also contains secret key material.

Implementors

impl KeyParts for PublicParts[src]

impl KeyParts for SecretParts[src]

impl KeyParts for UnspecifiedParts[src]

Loading content...