Type Alias kgdata::db::remotedb::RemoteRocksDBDict

source ·
pub type RemoteRocksDBDict<K, V> = BaseRemoteRocksDBDict<K, V, NNGLocalClient>;

Aliased Type§

struct RemoteRocksDBDict<K, V> {
    pub sockets: Vec<NNGLocalClient>,
    /* private fields */
}

Fields§

§sockets: Vec<NNGLocalClient>