Type Definition ockam_vault_core::SmallBuffer[][src]

pub type SmallBuffer<T> = Vec<T>;
Expand description

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