We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
database::Hash
Consider wrapping it in a newtype struct like this:
#[derive(Deserialize, Eq, Hash, PartialEq, PartialOrd, Ord, Serialize)] #[serde(transparent)] pub struct MediaHash( #[serde(with = "serde_big_array::BigArray")] pub database::Hash );
The text was updated successfully, but these errors were encountered:
Context: https://github.com/msrd0/tg2mx_bot/blob/d64de13b71da5e2f0a7b5d366648158bf5d14582/src/mxbot/state.rs#L174-L178
Sorry, something went wrong.
No branches or pull requests
Consider wrapping it in a newtype struct like this:
The text was updated successfully, but these errors were encountered: