const_destructure_struct

Macro const_destructure_struct 

Source
macro_rules! const_destructure_struct {
    (let $S:ident { $($field:ident: $var:ident),* } = $value:expr) => { ... };
}