Type Alias PinBox

Source
pub type PinBox<T> = Pin<Box<T>>;

Aliased Typeยง

struct PinBox<T> {}