macro_rules! inplace_none {
($v:ident) => { ... };
($v:ident : $t:ty) => { ... };
}Expand description
Constructs an uninitialized crate::inplace::InplaceOption on the stack.
macro_rules! inplace_none {
($v:ident) => { ... };
($v:ident : $t:ty) => { ... };
}Constructs an uninitialized crate::inplace::InplaceOption on the stack.