Make MailIter pub
This commit is contained in:
parent
41a12db528
commit
0219f00ec9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use libimagref::reference::Ref;
|
|||
|
||||
use std::marker::PhantomData;
|
||||
|
||||
struct MailIter<'a, I: 'a + Iterator<Item = Ref<'a>>> {
|
||||
pub struct MailIter<'a, I: 'a + Iterator<Item = Ref<'a>>> {
|
||||
_marker: PhantomData<&'a I>,
|
||||
i: I,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue