We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00785ea commit af8d63aCopy full SHA for af8d63a
crates/stackable-operator/src/time/duration.rs
@@ -1,8 +1,7 @@
1
//! This module contains a common [`Duration`] struct which is able to parse
2
//! human-readable duration formats, like `5s`, `24h`, `2y2h20m42s` or`15d2m2s`. It
3
-//! additionally implements many required traits, like [`Derivative`],
4
-//! [`JsonSchema`], [`Deserialize`][serde::Deserialize], and
5
-//! [`Serialize`][serde::Serialize].
+//! additionally implements many required traits, like [`JsonSchema`],
+//! [`Deserialize`][serde::Deserialize], and [`Serialize`][serde::Serialize].
6
//!
7
//! Furthermore, it implements [`Deref`], which enables us to use all associated
8
//! functions of [`std::time::Duration`] without re-implementing the public
0 commit comments