Type Definition ockam::vault::SmallBuffer

source · []
pub type SmallBuffer<T> = Vec<T, Global>;
Expand description

Buffer for small vectors. (e.g. an array of attributes)