pub fn text_fragment<'sval>(
    stream: &mut (impl Stream<'sval> + ?Sized),
    fragment: &'sval str
) -> Result
Expand description

Stream a fragment of UTF8 text.