Trait ckb_rocksdb::ops::SetOptions[][src]

pub trait SetOptions {
    fn set_options(&self, opts: &[(&str, &str)]) -> Result<(), Error>;
fn set_options_cf(
        &self,
        cf: &ColumnFamily,
        opts: &[(&str, &str)]
    ) -> Result<(), Error>; }

Required methods

fn set_options(&self, opts: &[(&str, &str)]) -> Result<(), Error>[src]

fn set_options_cf(
    &self,
    cf: &ColumnFamily,
    opts: &[(&str, &str)]
) -> Result<(), Error>
[src]

Loading content...

Implementors

impl<T> SetOptions for T where
    T: Handle<rocksdb_t>, 
[src]

Loading content...