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