pub trait DependencyWaitError: StdError + Send + Sync { }
Expand description

Error returned from the Dependency::wait method must implement this trait.

impl DependencyWaitError for MyDependencyWaitError {}

Implementors§