rust-vmm / vm-fdt

Apache License 2.0
14 stars 16 forks source link

Implement std::error::Error for Error type. #34

Closed danielverkamp closed 3 years ago

danielverkamp commented 3 years ago

This allows our custom Error type to be used in places where a standard Error is required (e.g. Box).

Signed-off-by: Daniel Verkamp dverkamp@chromium.org