[][src]Macro raui::core::destruct

macro_rules! destruct {
    {$type_id:path { $($prop:ident),+ } ($value:expr) => $code:block} => { ... };
}