Reexport ConnectedPoint at the root (#1119)

This commit is contained in:
Pierre Krieger
2019-05-14 20:26:29 +02:00
committed by GitHub
parent 057b379541
commit 53e22281cf

View File

@ -81,6 +81,7 @@ pub mod upgrade;
pub use multiaddr::Multiaddr;
pub use muxing::StreamMuxer;
pub use nodes::raw_swarm::ConnectedPoint;
pub use peer_id::PeerId;
pub use protocols_handler::{ProtocolsHandler, ProtocolsHandlerEvent};
pub use identity::PublicKey;