Module fixed_capacity_vec

Module fixed_capacity_vec 

Source

Structs§

EmptyContainerError
The operation would remove more elements than currently present or tries to access an element when none are present
FixedCapacityVec
FullContainerError
The operation would add elements past the maximum capacity
SliceDropGuard

Functions§

slice_assume_init 🔒
Safety