Trait ckb_rocksdb::ops::CreateCF[][src]

pub trait CreateCF {
    fn create_cf<N: AsRef<str>>(
        &mut self,
        name: N,
        opts: &Options
    ) -> Result<(), Error>; }

Required methods

fn create_cf<N: AsRef<str>>(
    &mut self,
    name: N,
    opts: &Options
) -> Result<(), Error>
[src]

Loading content...

Implementors

impl CreateCF for TransactionDB[src]

impl<T> CreateCF for T where
    T: Handle<rocksdb_t> + Write + GetColumnFamilys
[src]

Loading content...