Enum dependy::DepError [] [src]

pub enum DepError<K> where
    K: Clone
{ RequirementsNotFound(K), RequirementNotFound(K, K), SuggestionsNotFound(K), SuggestionNotFound(K, K), DependencyNotFound(K), CircularDependency(K, K), }

Variants

Trait Implementations

impl<K: Debug> Debug for DepError<K> where
    K: Clone
[src]

[src]

Formats the value using the given formatter.