Skip to main content

PrioritaryPropertyIdSet

Type Alias PrioritaryPropertyIdSet 

Source
pub type PrioritaryPropertyIdSet = IdSet<PrioritaryPropertyId, { _ }>;
Expand description

A set of prioritary properties.

Aliased Type§

pub struct PrioritaryPropertyIdSet {
    storage: [u32; 1],
    _phantom: PhantomData<PrioritaryPropertyId>,
}

Fields§

§storage: [u32; 1]§_phantom: PhantomData<PrioritaryPropertyId>