Trait tp_timestamp::TimestampInherentData[][src]

pub trait TimestampInherentData {
    fn timestamp_inherent_data(&self) -> Result<InherentType, Error>;
}
Expand description

Auxiliary trait to extract timestamp inherent data.

Required methods

Get timestamp inherent data.

Implementations on Foreign Types

Implementors