[][src]Trait tendermint::timestamp::ParseTimestamp

pub trait ParseTimestamp {
    fn parse_timestamp(&self) -> Result<Timestamp, Error>;
}

Parse Timestamp from a type

Required Methods

Parse Timestamp, or return an Error if parsing failed

Implementors

impl ParseTimestamp for TimeMsg
[src]