Trait ckb_rocksdb::Handle
source · pub trait Handle<T> {
// Required method
fn handle(&self) -> *mut T;
}
Expand description
Provides access to underlying handles for database operations
pub trait Handle<T> {
// Required method
fn handle(&self) -> *mut T;
}
Provides access to underlying handles for database operations