Type Definition cargo_culture_kit::OutcomesByDescription[][src]

type OutcomesByDescription = HashMap<String, RuleOutcome>;

Map between the description of Rules and the outcome of their execution

Trait Implementations

impl ExitCode for OutcomesByDescription
[src]

The

impl IsSuccess for OutcomesByDescription
[src]

Convenience function to answer the simple question "is everything all right?" while providing no answer at all to the useful question "why or why not?" Read more

Panic if is_success() returns false for this instance