diff options
Diffstat (limited to 'mumlib/src/state.rs')
| -rw-r--r-- | mumlib/src/state.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mumlib/src/state.rs b/mumlib/src/state.rs index 6fad332..5385380 100644 --- a/mumlib/src/state.rs +++ b/mumlib/src/state.rs @@ -46,6 +46,7 @@ impl Channel { } } +#[derive(Debug)] pub struct Iter<'a> { me: Option<&'a Channel>, channel: Option<usize>, @@ -76,6 +77,7 @@ impl<'a> Iterator for Iter<'a> { } } +#[derive(Debug)] pub struct UsersIter<'a> { channel: Option<usize>, channels: Vec<UsersIter<'a>>, |
