Macro str_macro::str[][src]

macro_rules! str {
    () => { ... };
    ($x:expr $(,)?) => { ... };
}

Create an owned String.

See the crate-level documentation for usage examples.