Macro test_field

Source
macro_rules! test_field {
    ($field:ty) => { ... };
}