pub type OpenPgpResult<T> = Result<T, OpenPgpError>;Expand description
Result type for OpenPGP operations
Aliased Type§
pub enum OpenPgpResult<T> {
Ok(T),
Err(OpenPgpError),
}pub type OpenPgpResult<T> = Result<T, OpenPgpError>;Result type for OpenPGP operations
pub enum OpenPgpResult<T> {
Ok(T),
Err(OpenPgpError),
}