pub type Result<T> = Result<T, SigningError>;Expand description
A specialized Result type for signing operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SigningError),
}pub type Result<T> = Result<T, SigningError>;A specialized Result type for signing operations.
pub enum Result<T> {
Ok(T),
Err(SigningError),
}