Macro impl_struct_checked

Source
macro_rules! impl_struct_checked {
    ($ty:ident, $field_ty:ident, => $($field:tt)+) => { ... };
}