pub(crate) trait IntegerParseBytes<T> {
// Required method
fn parse_bytes(&self) -> Option<T>;
}
Available on crate feature
parsing
only.Expand description
Equivalent of foo.parse()
for slices.
pub(crate) trait IntegerParseBytes<T> {
// Required method
fn parse_bytes(&self) -> Option<T>;
}
parsing
only.Equivalent of foo.parse()
for slices.