mz_rocksdb::config

Trait 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§