wm

Macro wm 

Source
macro_rules! wm {
    ($prefix:expr,$field:ident) => { ... };
    ($field:ident) => { ... };
}