Skip to main content

interpret_and_render

Function interpret_and_render 

Source
pub async fn interpret_and_render(
    dialect: DialectBinding,
    chunks: &[Bytes],
) -> (Vec<InterpreterOutputEvent>, String)
Expand description

Run interpretation and render to a memory sink; return (events, console text).