Type Alias owned_pin::OPin

source ·
pub type OPin<'a, T> = Pin<OnStack<'a, T>>;
Expand description

A wrapper that both owns and pins data on the stack.

Aliased Type§

struct OPin<'a, T> { /* private fields */ }