//! Traits and implementations for simplifying work model
use crateProjectResult;
use crateWorkHandler;
/// Add some type to a work handle.
///
/// When using `TaskIO` or `AddWork` derive, accessed using `#[flatten]` for inner
/// fields.
/// Add some input to a work handler
/// Add some output to a work handler