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

pub trait KeyRole: Debug { }

A marker trait that indicates whether a Key is a primary key or subordinate key (i.e., a subkey).

Implementors

impl KeyRole for PrimaryRole[src]

impl KeyRole for SubordinateRole[src]

impl KeyRole for UnspecifiedRole[src]

Loading content...