Struct env_logger::fmt::PreciseTimestamp[][src]

pub struct PreciseTimestamp(_);

An [RFC3339] formatted timestamp with nanos

Trait Implementations

impl Debug for PreciseTimestamp
[src]

Formats the value using the given formatter. Read more

impl Display for PreciseTimestamp
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations