Skip to main content

lazy_str

Macro lazy_str 

Source
macro_rules! lazy_str {
    ($($arg:tt)*) => { ... };
}
Expand description

Creates a LazyStr from format_args! without eagerly allocating a String.