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