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

Object Safety§

This trait is not object safe.

Implementors§