[][src]Macro str_macro::str

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

Create an owned String.

See the crate-level documentation for usage examples.