1 2 3 4 5
pub mod manager; pub mod task; pub use manager::{StreamDefinition, StreamManager}; pub use task::StreamTask;