Trait solana_accounts_db::tiered_storage::index::AccountOffset
source · pub trait AccountOffset: Clone + Copy + Pod + Zeroable { }
Expand description
The offset to an account.
Object Safety§
This trait is not object safe.