use Patch;
// Generated by Patch derive macro
//
// #[derive(Debug, Default)] // pass by patch(attribute(...))
// struct ItemOverlay { // pass by patch(name = ...)
// field_bool: Option<bool>,
// field_int: Option<usize>,
// field_string: Option<String>,
// }