macro_rules! inplace_some {
($v:ident) => { ... };
}
Expand description
Constructs an initialized crate::inplace::InplaceOption
on the stack from a T
.
macro_rules! inplace_some {
($v:ident) => { ... };
}
Constructs an initialized crate::inplace::InplaceOption
on the stack from a T
.