macro_rules! pin {
($($x:ident),* $(,)?) => { ... };
}Expand description
Pins a variable on the stack.
TODO: Drop in favor of core::pin::pin, once MSRV is bumped to 1.68.
macro_rules! pin {
($($x:ident),* $(,)?) => { ... };
}Pins a variable on the stack.
TODO: Drop in favor of core::pin::pin, once MSRV is bumped to 1.68.