Skip to main content

ui_component_render_once

Macro ui_component_render_once 

Source
macro_rules! ui_component_render_once {
    ($ty:ty) => { ... };
}
Expand description

Implement internal landing glue for a stateless component authored as RenderOnce (ADR 0039).

Note: we intentionally avoid a blanket impl due to coherence restrictions on upstream types.