Type Definition domain::base::octets::OctetsVec

source · []
pub type OctetsVec = SmallVec<[u8; 24]>;
Expand description

A octets vector that doesn’t allocate for small sizes.