Trait tp_timestamp::TimestampInherentData[][src]

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

Auxiliary trait to extract timestamp inherent data.

Required methods

fn timestamp_inherent_data(&self) -> Result<InherentType, Error>[src]

Get timestamp inherent data.

Loading content...

Implementations on Foreign Types

impl TimestampInherentData for InherentData[src]

Loading content...

Implementors

Loading content...