Macro exonum::implement_pod_array_field [] [src]

macro_rules! implement_pod_array_field {
    ($name:ident) => { ... };
}

Implement field helper for all array of POD types it writes POD type as bytearray in place.

Beware of platform specific data representation.