Function sval::stream_display

source ·
pub fn stream_display<'sval>(
    stream: &mut (impl Stream<'sval> + ?Sized),
    value: impl Display
) -> Result
Expand 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.