Skip to content

Commit

Permalink
Export TtyMultiplexer
Browse files Browse the repository at this point in the history
  • Loading branch information
not-jan committed Mar 30, 2024
1 parent 671681c commit e2f6969
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ mod stream;
pub mod conn {
//! Connection related items
pub(crate) use containers_api::conn::*;
pub use containers_api::conn::{Error, Transport, TtyChunk};
pub use containers_api::conn::{
tty::Multiplexer as TtyMultiplexer, Error, Transport, TtyChunk,
};
}
pub mod docker;
pub mod errors;
Expand Down

0 comments on commit e2f6969

Please sign in to comment.