Skip to main content

push_streaming_preview

Function push_streaming_preview 

Source
pub fn push_streaming_preview(
    lines: &mut Vec<Line<'static>>,
    state: &AppState,
    separator_width: usize,
    formatter: &MessageFormatter,
)
Expand description

Append a streaming preview block when the app is actively receiving text.

ยงExamples