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