Export poll::PollData from the crate root

Missed this in #7, so now the PollData type cannot be named.
This commit is contained in:
Dirkjan Ochtman 2023-03-02 17:27:54 +01:00
parent 0901fab3d7
commit f18e47e38a
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ pub mod extensions {
}
mod poll;
pub use poll::{Ack, Poll};
pub use poll::{Ack, Poll, PollData};
pub use client::EppClient;
pub use error::Error;