1 2 3 4 5 6
pub mod backend; #[cfg(feature = "worker-pg")] pub use backend::pg::PgWorkerService; #[cfg(feature = "worker-sidekiq")] pub use backend::sidekiq::SidekiqWorkerService;