pub fn de_duration_from_secs<'de, D>(
    deserializer: D
) -> Result<Duration, D::Error>where
    D: Deserializer<'de>,
Expand description

Deserialize a number representing seconds into a Duration