Skip to main content

DataHsDesc

Type Alias DataHsDesc 

Source
type DataHsDesc = Option<TimerangeBound<HsDesc>>;
Expand description

Part of Data that relates to the HS descriptor

Aliased Type§

enum DataHsDesc {
    None,
    Some(TimerangeBound<HsDesc>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(TimerangeBound<HsDesc>)

Some value of type T.