pub fn stream_display<'sval>(
stream: &mut (impl Stream<'sval> + ?Sized),
value: impl Display,
) -> ResultExpand description
Stream a fmt::Display as text into a Stream.
This function can be used to stream a value as text using its Display implementation.