pub type SignResult<T> = Result<T, SignerError>;Expand description
Result type bound with SignError.
Aliased Type§
pub enum SignResult<T> {
Ok(T),
Err(SignerError),
}pub type SignResult<T> = Result<T, SignerError>;Result type bound with SignError.
pub enum SignResult<T> {
Ok(T),
Err(SignerError),
}