Trait brontes_database::libmdbx::types::CompressedTable

source ·
pub trait CompressedTable:
    Table
    + Send
    + Sync
where <Self as Table>::Value: From<Self::DecompressedValue> + Into<Self::DecompressedValue>,
{ type DecompressedValue: Debug + PartialEq; const INIT_CHUNK_SIZE: Option<usize>; const INIT_QUERY: Option<&'static str>; const HTTP_ENDPOINT: Option<&'static str>; const INIT_FLAG: Option<u16>; }

Required Associated Types§

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl CompressedTable for AddressMeta

source§

impl CompressedTable for AddressToProtocolInfo

source§

impl CompressedTable for BlockInfo

source§

impl CompressedTable for Builder

source§

impl CompressedTable for CexPrice

source§

impl CompressedTable for CexTrades

source§

impl CompressedTable for DexPrice

source§

impl CompressedTable for InitializedState

source§

impl CompressedTable for MevBlocks

source§

impl CompressedTable for PoolCreationBlocks

source§

impl CompressedTable for SearcherContracts

source§

impl CompressedTable for SearcherEOAs

source§

impl CompressedTable for TokenDecimals

source§

impl CompressedTable for TxTraces