Skip to main content Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. Rust
  4. pw_bytes
  5. concat_static_strs

concat_static_strs

Macro concat_static_strs 

Source
macro_rules! concat_static_strs {
    ($($string:expr),+) => { ... };
}
Expand description

Concatenates multiple const &'static strs into one.

Returns a const &'static str