Module qp_trie::wrapper [] [src]

Structs

BStr

A wrapper type for str which implements Borrow<[u8]> and hashes in the same way as a byte slice.

BString

A wrapper for String which implements Borrow<[u8]> and hashes in the same way as a byte slice.