Skip to main content

register_stub

Macro register_stub 

Source
macro_rules! register_stub {
    ($registry:expr, $key:expr) => { ... };
}
Expand description

Helper to create stub reader/writer functions for unimplemented components. These components use the Todo variant as a placeholder.