amplify::confinement

Macro tiny_blob

Source
macro_rules! tiny_blob {
    () => { ... };
    ($elem:expr; $n:expr) => { ... };
    ($($x:expr),+ $(,)?) => { ... };
}
Expand description

Helper macro to construct confined blob of a TinyBlob type