devela::all

Type Alias DstVecUsize

Source
pub type DstVecUsize = Vec<MaybeUninit<usize>>;
Available on crate features unsafe_layout and alloc only.
Expand description

A dynamically allocated buffer for storing DSTs with pointer alignment.

Aliased Typeยง

struct DstVecUsize { /* private fields */ }