Macro box_macro::bx[][src]

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

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