Searched defs:HexBytes (Results 1 – 2 of 2) sorted by relevance
74 type HexBytes []byte type
388 struct HexBytes<'a>(&'a [u8]); struct390 impl<'a> fmt::Debug for HexBytes<'a> { implementation