Searched defs:SuffixBytes (Results 1 – 1 of 1) sorted by relevance
110 pub type SuffixBytes = [u8; SUFFIX_CSTR_MAX_BYTES]; typedef112 impl From<Suffix> for SuffixBytes { implementation