Macro mesh::payload::inplace

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

Constructs a possibly-initialized crate::inplace::InplaceOption on the stack from an Option<T>.