Type Definition ockam_core::vault::SmallBuffer

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

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