pub fn write_jsonl<W: Write>( session: &Session, writer: W, ) -> Result<(), JsonlError>
Write a Session as HAIL JSONL to a writer