pub type OPin<'a, T> = Pin<OnStack<'a, T>>;
A wrapper that both owns and pins data on the stack.
struct OPin<'a, T> { /* private fields */ }