[][src]Function lazy_transform_str::transform

pub fn transform(
    str: &str,
    transform_next: impl FnMut(&mut &str) -> TransformedPart
) -> Cow<'_, String, str>