get_body

Macro get_body 

Source
macro_rules! get_body {
    ($mand_2:expr, $opt:expr) => { ... };
    ($mand_2:expr, $($opt:expr),*) => { ... };
}