pub trait InherentDataProviderExt {
    fn slot(&self) -> Slot;
}
Expand description

Slot specific extension that the inherent data provider needs to implement.

Required Methods§

The current slot that will be found in the InherentData.

Implementations on Foreign Types§

Implementors§