Type Alias breez_sdk_core::InvoiceResult
pub type InvoiceResult<T, E = InvoiceError> = Result<T, E>;
Aliased Type§
enum InvoiceResult<T, E = InvoiceError> {
Ok(T),
Err(E),
}
pub type InvoiceResult<T, E = InvoiceError> = Result<T, E>;
enum InvoiceResult<T, E = InvoiceError> {
Ok(T),
Err(E),
}