HexBytes

Type Alias HexBytes 

Source
pub type HexBytes = FromInto<HexBytesInner>;
Expand description

A type, similar to serde_with::Bytes, except using hex encoding for text formats.

Aliased Typeยง

pub struct HexBytes(/* private fields */);