Reexport IdentifyInfo (#877)

This commit is contained in:
Pierre Krieger 2019-01-22 17:42:15 +01:00 committed by GitHub
parent a2ab7ff4a9
commit 14a90fd701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ extern crate void;
pub use self::identify::{Identify, IdentifyEvent}; pub use self::identify::{Identify, IdentifyEvent};
pub use self::id_transport::IdentifyTransport; pub use self::id_transport::IdentifyTransport;
pub use self::protocol::IdentifyInfo;
pub use self::topology::IdentifyTopology; pub use self::topology::IdentifyTopology;
pub mod listen_handler; pub mod listen_handler;