pub type ReceiveResult = Result<(Bolt11Invoice, OperationId), ReceiveError>;
Aliased Type§
enum ReceiveResult {
Ok((Bolt11Invoice, OperationId)),
Err(ReceiveError),
}
Variants§
Ok((Bolt11Invoice, OperationId))
Contains the success value
Err(ReceiveError)
Contains the error value