Module sequoia_openpgp::cert::prelude

source ·
Expand description

Brings most relevant types and traits into scope for working with certificates.

Less often used types and traits that are more likely to lead to a naming conflict are not brought into scope.

Traits are brought into scope anonymously.

use openpgp::cert::prelude::*;

Re-exports§