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 */);pub type HexBytes = FromInto<HexBytesInner>;A type, similar to serde_with::Bytes, except using hex encoding for text formats.
pub struct HexBytes(/* private fields */);