Expose

Trait Expose 

Source
pub trait Expose<Args> { }
Expand description

Allows exposing additional functionality from the backend

Implementors§

Source§

impl<B, Args> Expose<Args> for B
where B: Backend<Args = Args> + Metrics + ListWorkers + ListQueues + ListAllTasks + ListTasks<Args> + TaskSink<Args>,