[Fix] Correct exports
Some checks failed
CI / checks (push) Failing after 2m20s

This commit is contained in:
Alex Emmet 2026-07-03 17:45:22 +02:00
commit 0967120e3b
2 changed files with 4 additions and 1 deletions

View file

@ -13,7 +13,9 @@ use tokio::time::Duration;
pub use MTPConnection as Connection;
pub use MTPHost as Host;
pub use mtp_transport::Policy;
pub use mtp_transport::Receiver;
pub use mtp_transport::SendMode;
pub use mtp_transport::Sender;
/* ---- async callback type aliases ---- */