Function get_document_frame

Source
pub fn get_document_frame(
    state: &mut EiteState,
    exec_id: usize,
    out_format: &Format,
) -> Result<(Vec<u8>, FormatLog)>
Expand description

Get current document frame exported to a format. If the frame is absent, returns an empty byte vector.