Struct serde_humantime::De [] [src]

pub struct De<T>(_);

A wrapper type which implements Deserialize for types involving Duration.

It can only be constructed through its Deserialize implementations.

Methods

impl<T> De<T>
[src]

Consumes the De, returning the inner value.

Trait Implementations

impl<'de> Deserialize<'de> for De<Duration>
[src]

Deserialize this value from the given Serde deserializer. Read more

impl<'de> Deserialize<'de> for De<Option<Duration>>
[src]

Deserialize this value from the given Serde deserializer. Read more