Docs.rs
ckb-rocksdb-0.21.1
ckb-rocksdb 0.21.1
Docs.rs crate page
Apache-2.0
Links
Homepage
crates.io
Source
Owners
zhangsoledad
quake
Dependencies
libc ^0.2
normal
ckb-librocksdb-sys =8.5.4
normal
tempfile ^3
normal
criterion ^0.5
dev
trybuild ^1.0
dev
Versions
46.25%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ckb_rocksdb
0.21.1
DropCF
Required Methods
drop_cf
Implementors
In ckb_rocksdb::ops
?
Trait
ckb_rocksdb
::
ops
::
DropCF
source
·
[
−
]
pub trait DropCF { // Required method fn
drop_cf
(&mut self, name: &
str
) ->
Result
<
()
,
Error
>; }
Required Methods
§
source
fn
drop_cf
(&mut self, name: &
str
) ->
Result
<
()
,
Error
>
Implementors
§
source
§
impl<T>
DropCF
for T
where T:
Handle
<
rocksdb_t
> +
Write
+
GetColumnFamilys
,