pub fn reader_read_up_to<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    reader_handle: O0,
    queue_handle: O1,
    num_records: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ReaderReadUpTo::new().build(reader_handle, queue_handle, num_records, scope).