Struct rocksdb::ColumnFamily [−][src]
pub struct ColumnFamily { /* fields omitted */ }
An opaque type used to represent a column family. Returned from some functions, and used in others
pub struct ColumnFamily { /* fields omitted */ }
An opaque type used to represent a column family. Returned from some functions, and used in others
impl Send for ColumnFamily
[src]impl RefUnwindSafe for ColumnFamily
impl !Sync for ColumnFamily
impl Unpin for ColumnFamily
impl UnwindSafe for ColumnFamily