FromHexError
Errors
- InvalidHexStringLength
The string had a different length that expected for the supported formats
Source
Implementation
pub const FromHexError = std.fmt.ParseIntError || error{
/// The string had a different length that expected for the supported formats
InvalidHexStringLength,
}