pub type SendResult = Result<OperationId, SendPaymentError>;
Aliased Type§
enum SendResult {
Ok(OperationId),
Err(SendPaymentError),
}
pub type SendResult = Result<OperationId, SendPaymentError>;
enum SendResult {
Ok(OperationId),
Err(SendPaymentError),
}