pub type AccountsPackageSendError = SendError<AccountsPackage>;Expand description
The error type when sending an AccountsPackage over the channel fails
Aliased Type§
pub struct AccountsPackageSendError(pub AccountsPackage);Tuple Fields§
§0: AccountsPackage