Struct env_logger::fmt::Timestamp[][src]

pub struct Timestamp(_);

An RFC3339 formatted timestamp.

The timestamp implements Display and can be written to a Formatter.

Trait Implementations

impl Debug for Timestamp
[src]

Formats the value using the given formatter. Read more

impl Display for Timestamp
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Timestamp

impl Sync for Timestamp