Type Alias rustdb::Data

source ·
pub type Data = Arc<Vec<u8>>;
Expand description

Arc<Vec<u8>>

Aliased Type§

struct Data { /* private fields */ }