Skip to main content

shared_format

Macro shared_format 

Source
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.