Macro phper_alloc::ebox

source ·
macro_rules! ebox {
    ($arg:tt) => { ... };
}
Expand description

Wrapper of EBox::new.

Examples

let _ = ebox!(1);