Trait sp_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.
Implementations on Foreign Types
impl TimestampInherentData for InherentData
[src]
impl TimestampInherentData for InherentData
[src]