fn_expr

Macro fn_expr 

Source
macro_rules! fn_expr {
    ($body_stmts:expr) => { ... };
    ($params:expr, $body_stmts:expr) => { ... };
}
Expand description

Create a function expression with the given body statements