pin

Macro pin 

Source
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.