Trait mz_rocksdb::config::IntoRocksDBType
source · trait IntoRocksDBType {
type Type;
// Required method
fn into_rocksdb(self) -> Self::Type;
}
Expand description
An Into
we can implement on foreign types
trait IntoRocksDBType {
type Type;
// Required method
fn into_rocksdb(self) -> Self::Type;
}
An Into
we can implement on foreign types