Macro impl_from_endian_bytes

macro_rules! impl_from_endian_bytes {
    ($($t:ty),*$(,)?) => { ... };
}