Macro impl_parse_bytes

Source
macro_rules! impl_parse_bytes {
    ($($t:ty)*) => { ... };
}
Expand description

Parse the given types from bytes.