rust-vmm / vm-superio

Emulation for legacy devices
Apache License 2.0
30 stars 25 forks source link

Implement std::error::Error for Error Types #111

Closed Ecazares15 closed 3 months ago

Ecazares15 commented 5 months ago

Updated Error in serial.rs to implement std::error::Error.

Summary of the PR

Closes #110

Requirements

Before submitting your PR, please make sure you addressed the following requirements: