macro_rules! shared_format {
($($arg:tt)*) => { ... };
}Expand description
Creates a new SharedString from a format string.
This macro delegates to eco_format from the ecow crate.
macro_rules! shared_format {
($($arg:tt)*) => { ... };
}Creates a new SharedString from a format string.
This macro delegates to eco_format from the ecow crate.