Closed larswirzenius closed 2 months ago
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"?
Yeap. Good catch.
In https://docs.rs/slog/latest/slog/trait.Value.html, the documentation for
slog::Value
startsIs the "this type" meant to be "this trait"?