pub type EnvelopeResult<T> = Result<T, EnvelopeError>;Expand description
Result type alias for EnvelopeCLI operations
Aliased Type§
pub enum EnvelopeResult<T> {
Ok(T),
Err(EnvelopeError),
}pub type EnvelopeResult<T> = Result<T, EnvelopeError>;Result type alias for EnvelopeCLI operations
pub enum EnvelopeResult<T> {
Ok(T),
Err(EnvelopeError),
}