macro_rules! str {
() => { ... };
($x:expr $(,)?) => { ... };
}Expand description
Create an owned String.
See the crate-level documentation for usage examples.
macro_rules! str {
() => { ... };
($x:expr $(,)?) => { ... };
}Create an owned String.
See the crate-level documentation for usage examples.