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

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

Parse Timestamp from a type

Required methods

fn parse_timestamp(&self) -> Result<Timestamp, Error>

Parse Timestamp, or return an Error if parsing failed

Loading content...

Implementors

impl ParseTimestamp for TimeMsg
[src]

Loading content...