Trait brontes_database::libmdbx::types::CompressedTable
source · pub trait CompressedTable:
Table
+ Send
+ Sync{
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§
type DecompressedValue: Debug + PartialEq
Required Associated Constants§
const INIT_CHUNK_SIZE: Option<usize>
const INIT_QUERY: Option<&'static str>
const HTTP_ENDPOINT: Option<&'static str>
const INIT_FLAG: Option<u16>
Object Safety§
This trait is not object safe.