1 2 3 4
mod owned; pub use owned::{Client, ClientKind, System}; mod shared; pub use shared::SharedClient;