mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-01 18:51:35 +00:00
protocols/{dcutr,relay}: Expose error types (#2605)
Co-authored-by: canewsin <canews.in@gmail.com>
This commit is contained in:
@ -25,6 +25,10 @@ pub mod behaviour;
|
||||
mod handler;
|
||||
mod protocol;
|
||||
|
||||
pub use protocol::{
|
||||
inbound::UpgradeError as InboundUpgradeError, outbound::UpgradeError as OutboundUpgradeError,
|
||||
};
|
||||
|
||||
mod message_proto {
|
||||
include!(concat!(env!("OUT_DIR"), "/holepunch.pb.rs"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user