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