Trait hex_simd::AppendHexDecode
source · pub trait AppendHexDecode: FromHexDecode {
fn append_hex_decode(src: &[u8], dst: &mut Self) -> Result<(), Error>;
}
Expand description
Types that can append bytes decoded from a hex string.
Required Methods§
Implementations on Foreign Types§
source§impl AppendHexDecode for Vec<u8>
Available on crate feature alloc
only.
impl AppendHexDecode for Vec<u8>
Available on crate feature
alloc
only.