[][src]Macro suspend_core::pin

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

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