Closed DaughterOfMars closed 1 year ago
This PR adds a missing impl of FromHexPrefixed for boxed slices and ToHexPrefixed for &Vec<u8>.
FromHexPrefixed
ToHexPrefixed
&Vec<u8>
Description
This PR adds a missing impl of
FromHexPrefixed
for boxed slices andToHexPrefixed
for&Vec<u8>
.