macro_rules! ui_component_layout_only_patch_only {
($ty:ty) => { ... };
}Expand description
Implement UiPatchTarget + UiSupportsLayout for a component that supports layout refinements
only, without implementing rendering glue.
macro_rules! ui_component_layout_only_patch_only {
($ty:ty) => { ... };
}Implement UiPatchTarget + UiSupportsLayout for a component that supports layout refinements
only, without implementing rendering glue.