//! An alternative timestamp serialization/deserialization mechanism for
//! RFC3339-compatible timestamps to that provided by the `tendermint-proto`
//! crate.
use ;
use crate::;
/// Serialize from `Time` into `String`
/// Deserialize `String` into `Time`