Skip to content

Commit b284627

Browse files
committed
fix ClosingCallbackId reexport
1 parent cfac938 commit b284627

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

zenoh/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ pub mod session {
208208

209209
#[zenoh_macros::internal]
210210
pub use crate::api::builders::session::{init, InitBuilder};
211+
#[zenoh_macros::unstable]
212+
pub use crate::api::session::ClosingCallbackId;
211213
pub use crate::api::{
212214
builders::{
213215
close::CloseBuilder,
@@ -217,7 +219,7 @@ pub mod session {
217219
session::OpenBuilder,
218220
},
219221
info::SessionInfo,
220-
session::{open, ClosingCallbackId, Session, SessionClosedError, Undeclarable},
222+
session::{open, Session, SessionClosedError, Undeclarable},
221223
};
222224
}
223225

0 commit comments

Comments
 (0)