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
In https://docs.rs/slog/latest/slog/trait.Value.html, the documentation for slog::Value starts
slog::Value
Value that can be serialized Types that implement this type implement custom serialization in the structured part of the log macros.
Value that can be serialized
Types that implement this type implement custom serialization in the structured part of the log macros.
Is the "this type" meant to be "this trait"?
The text was updated successfully, but these errors were encountered:
Yeap. Good catch.
Sorry, something went wrong.
doc: Fix typo in slog::Value docs (issue slog-rs#335)
734c9e3
Thank you for @larswirzenius for noticing this! Fixes slog-rs#335
1cf9428
0dbf5b3
No branches or pull requests
In https://docs.rs/slog/latest/slog/trait.Value.html, the documentation for
slog::Value
startsIs the "this type" meant to be "this trait"?
The text was updated successfully, but these errors were encountered: