print_get_document_data

Function print_get_document_data 

Source
pub async fn print_get_document_data<Conn>(
    conn: &Conn,
    context: Pcontext,
    max_bytes: u32,
) -> Result<Cookie<'_, Conn, PrintGetDocumentDataReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,