Re-exports§
pub use service::Service;
pub use service::ServiceInfo;
pub use service_manager::ServiceManager;
pub use service_manager::ServiceManagerBuilder;
pub use taskchain::Taskchain;
pub use types::BoxedError;
pub use types::LifetimedPinnedBoxedFuture;
pub use types::LifetimedPinnedBoxedFutureResult;
pub use types::OverallStatus;
pub use types::PinnedBoxedFuture;
pub use types::PinnedBoxedFutureResult;
pub use types::Priority;
pub use types::ShutdownError;
pub use types::StartupError;
pub use types::Status;