pub type WalletDbResult<T> = Result<T, WalletDbError>;Expand description
Result type used in the wallet database module
Aliased Type§
pub enum WalletDbResult<T> {
    Ok(T),
    Err(WalletDbError),
}pub type WalletDbResult<T> = Result<T, WalletDbError>;Result type used in the wallet database module
pub enum WalletDbResult<T> {
    Ok(T),
    Err(WalletDbError),
}