pub trait Topic: Sized + Debug + PartialEq + Clone + Eq + PartialOrd + Ord + Hash { }
Expand description

A non-unique name for a task. It’s used by the client library to act on a task once it exits the queue.

Implementors§