macro_rules! impl_parse_bytes {
($($t:ty)*) => { ... };
}Available on crate feature
parsing only.Expand description
Parse the given types from bytes.
macro_rules! impl_parse_bytes {
($($t:ty)*) => { ... };
}parsing only.Parse the given types from bytes.