(&self)
| 6 | fn foreach_view_rev<F: FnMut(&dyn DynView)>(&self, f: &mut F); |
| 7 | fn len(&self) -> usize; |
| 8 | fn is_empty(&self) -> bool { |
| 9 | false |
| 10 | } // satisfy clippy |
| 11 | } |
| 12 | |
| 13 | macro_rules! impl_view_tuple { |
nothing calls this directly
no outgoing calls
no test coverage detected