example utils: improve types
This commit is contained in:
parent
1448f31cf4
commit
042fc6353c
4 changed files with 86 additions and 77 deletions
nested/src/integer
|
@ -82,8 +82,6 @@ impl RadixProjection {
|
|||
|
||||
impl Observer<dyn SequenceView<Item = usize>> for RadixProjection {
|
||||
fn reset(&mut self, view: Option<Arc<dyn SequenceView<Item = usize>>>) {
|
||||
eprintln!("reset");
|
||||
|
||||
self.src_digits = view;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue