pub trait Task: Default + Display { }
Expand description

Trait to limit the type passed to CastepParam<T>

Implementors§