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