seed
seed copied to clipboard
Implement Display and Error on Error types
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.