Skip to main content

RelayIdForRequeryPeriod

Type Alias RelayIdForRequeryPeriod 

Source
type RelayIdForRequeryPeriod = RelayIdFor<RequeryPeriodMap>;
Expand description

Lookup key for looking up and recording our IPT use experiences

Aliased Type§

struct RelayIdForRequeryPeriod {
    inner: RelayId,
    marker: PhantomData<RequeryPeriodMap>,
}

Fields§

§inner: RelayId

The relay id

§marker: PhantomData<RequeryPeriodMap>

Phantom data to allow parameterizing over K

K is a marker type that represents the kind of map this key will be used in.