Trait prefix_hex::FromHexPrefixed
source · pub trait FromHexPrefixed: Sized {
// Required method
fn from_hex_prefixed(hex: impl AsRef<str>) -> Result<Self, Error>;
}Expand description
Tries to decode an hexadecimal encoded string with a 0x prefix.