pub use ;
pub use Service;
pub use Cached;
pub use CachedService;
/// Type hint to the rust compiler to treat appropriately typed closures as providers.
///
/// This may become unnecessary once type inference improves a bit, but for now it's useful to have.