Trait crusty_core::types::JobStateValues[][src]

pub trait JobStateValues: Send + Sync + Clone + 'static { }

Implementors

impl<T: Send + Sync + Clone + 'static> JobStateValues for T[src]