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