ckb_rocksdb::ops

Trait CreateCF

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

Required Methods§

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§