fixed_length_code

Macro fixed_length_code 

Source
macro_rules! fixed_length_code {
    ($type_name:ty, $length:literal) => { ... };
}