Skip to main content

CpuSection

Type Alias CpuSection 

Source
pub type CpuSection<V> = Section<V, VecStorage<V>>;
Expand description

Alias for the common Vec-backed section.

Aliased Typeยง

pub struct CpuSection<V> { /* private fields */ }