str

Macro str 

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

Create an owned String.

See the crate-level documentation for usage examples.