[][src]Macro ufut::pin

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

Pins a variable of type T on the stack and rebinds it as Pin<&mut T>.