Skip to content

enums: Implement the From trait for error/success

Arun Raghavan requested to merge ford-prefect:master into master

This implements the From trait for all *Error/*Success enums to the corresponding *Return enum.

Merge request reports