pub type HttpSigResult<T> = Result<T, HttpSigError>;Expand description
Result type for http signature
Aliased Type§
pub enum HttpSigResult<T> {
Ok(T),
Err(HttpSigError),
}pub type HttpSigResult<T> = Result<T, HttpSigError>;Result type for http signature
pub enum HttpSigResult<T> {
Ok(T),
Err(HttpSigError),
}