macro_rules! confined_s {
() => { ... };
($s:literal) => { ... };
}👎Deprecated since 4.7.0: use size-specific macros
Expand description
Helper macro to construct confined string
macro_rules! confined_s {
() => { ... };
($s:literal) => { ... };
}Helper macro to construct confined string