Macro bounded_str

Source
macro_rules! bounded_str {
    ($($arg:expr)+) => { ... };
}
Expand description

Macro that creates a BoundedString, supporting string interpolation like alloc::format.