macro_rules! return_box {
    ($result: expr) => { ... };
}
Expand description

Creates a box of the given value and casts it to an implicit return type.