Type Alias veilid_tools::PinBox

source ·
pub type PinBox<T> = Pin<Box<T>>;

Aliased Type§

struct PinBox<T> { /* private fields */ }