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

Required Associated Types§

Required Methods§

source

fn into_rocksdb(self) -> Self::Type

Implementors§