logo
pub trait Convert<T> {
    fn convert(self) -> T;
}
Expand description

Converts sequoia_openpgp types for rendering.

Required methods

Performs the conversion.

Implementations on Foreign Types

Implementors