impl_raw_serializable_primefield32

Macro impl_raw_serializable_primefield32 

Source
macro_rules! impl_raw_serializable_primefield32 {
    () => { ... };
}
Expand description

A simple macro which allows us to implement the RawSerializable trait for any 32-bit field. The field must implement PrimeField32.

This macro doesn’t need any inputs as the implementation is identical for all 32-bit fields.