Type Alias solana_accounts_db::hardened_unpack::Result
source · pub type Result<T> = Result<T, UnpackError>;
Aliased Type§
enum Result<T> {
// some variants omitted
}
pub type Result<T> = Result<T, UnpackError>;
enum Result<T> {
// some variants omitted
}