Macro box_macro::b[][src]

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

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