Trait sp_timestamp::TimestampInherentData
source · [−]pub trait TimestampInherentData {
fn timestamp_inherent_data(&self) -> Result<InherentType, Error>;
}
Expand description
Auxiliary trait to extract timestamp inherent data.
Required methods
fn timestamp_inherent_data(&self) -> Result<InherentType, Error>
fn timestamp_inherent_data(&self) -> Result<InherentType, Error>
Get timestamp inherent data.