Macro box_macro::box_[][src]

macro_rules! box_ {
    ($x:expr) => { ... };
}
Expand description

box_!(x) => Box::new(x)