Type Definition sozu_lib::router::trie::KeyValue

source ·
pub type KeyValue<K, V> = (K, V);