1 2 3 4 5
#[cfg(feature = "transport-sdk")] pub mod transport { #[cfg(feature = "transport-ipc")] pub use tesseract_android_ipc::client::IPCTransport; }