Trait engine_traits::DBVector[][src]

pub trait DBVector: Debug + Deref<Target = [u8]> + for<'a> PartialEq<&'a [u8]> { }

A type that holds buffers queried from the database.

The database may optimize this type to be a view into its own cache.

Implementors

Loading content...