Macro roundabout::fn_expr[][src]

macro_rules! fn_expr {
    ($return_type : ty : $body : expr) => { ... };
    ($body : expr) => { ... };
}