Type Alias TrieSet

Source
pub type TrieSet = TrieSetSlice<'static>;
Expand description

A type alias for TrieSetSlice<'static>.

Aliased Typeยง

pub struct TrieSet { /* private fields */ }