[][src]Trait tendermint::time::ParseTimestamp

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

Parse Timestamp from a type

Required methods

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

Parse Timestamp, or return an Error if parsing failed

Loading content...

Implementors

impl ParseTimestamp for TimeMsg[src]

Loading content...