macro_rules! impl_bytes {
    ($name:ident, $size:expr, $doc:expr) => { ... };
}
Expand description

Define a byte array-like type.

§Examples

impl_bytes!(MyType, 32, "A 32-byte type.");