macro_rules! tiny_blob { () => { ... }; ($elem:expr; $n:expr) => { ... }; ($($x:expr),+ $(,)?) => { ... }; }
Helper macro to construct confined blob of a TinyBlob type
TinyBlob