macro_rules! bounded_str {
($($arg:expr)+) => { ... };
}
Expand description
Macro that creates a BoundedString, supporting string interpolation like alloc::format.
macro_rules! bounded_str {
($($arg:expr)+) => { ... };
}
Macro that creates a BoundedString, supporting string interpolation like alloc::format.