seed-rs/seed

Implement Display and Error on Error types

John-Toohey opened this issue · 0 comments

Certain error types, such as WebStorageError don't have support for std::error::Error or std::fmt::Display which means they cannot be used with certain crates such as thiserror.