pub trait JobInput: Hash + Serialize + for<'a> Deserialize<'a> { }

Object Safety§

This trait is not object safe.

Implementors§