pub fn reader_read_v2<O0: Into<Output>, O1: Into<Output>>( reader_handle: O0, queue_handle: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for ReaderReadV2::new().build(reader_handle, queue_handle, scope).
ReaderReadV2::new().build(reader_handle, queue_handle, scope)