Type Alias lr_trie::Entry

source ·
pub type Entry<'a> = KeyEntry<'a>;
Expand description

KeyEntry playing entry role.

Aliased Type§

struct Entry<'a>(/* private fields */);