1
2
3
4
5
mod task;
mod typed_task;

pub use task::TypelessTask;
pub use typed_task::{Task, TypedTask};