[][src]Module fixed_slice_vec::vec

SliceVec is a structure for defining variably populated vectors backed by a slice of storage capacity.

Structs

FixedSliceVec

Vec-like structure backed by a storage slice of possibly uninitialized data.

TryPushError

Error that occurs when a call to try_push fails due to insufficient capacity in the SliceVec.