ssw/doc/ucd_trie/sidebar-items.js
2023-01-09 19:23:20 +01:00

1 line
337 B
JavaScript

window.SIDEBAR_ITEMS = {"enum":[["Error","An error that can occur during construction of a trie."]],"struct":[["TrieSetOwned","An owned trie set."],["TrieSetSlice","A borrowed trie set."]],"type":[["Result","A type alias that maps to `std::result::Result<T, ucd_trie::Error>`."],["TrieSet","A type alias for `TrieSetSlice<'static>`."]]};