pin

Macro pin 

Source
macro_rules! pin {
    ($($x:ident),* $(,)?) => { ... };
}
Expand description

Pin a value on the stack such that it can no longer be moved.