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