Skip to main content

write_jsonl

Function write_jsonl 

Source
pub fn write_jsonl<W: Write>(
    session: &Session,
    writer: W,
) -> Result<(), JsonlError>
Expand description

Write a Session as HAIL JSONL to a writer