Macro mesh::payload::inplace_none

source ยท
macro_rules! inplace_none {
    ($v:ident) => { ... };
    ($v:ident : $t:ty) => { ... };
}
Expand description

Constructs an uninitialized crate::inplace::InplaceOption on the stack.