type DataHsDesc = Option<TimerangeBound<HsDesc>>;Expand description
Part of Data that relates to the HS descriptor
Aliased Type§
enum DataHsDesc {
None,
Some(TimerangeBound<HsDesc>),
}type DataHsDesc = Option<TimerangeBound<HsDesc>>;Part of Data that relates to the HS descriptor
enum DataHsDesc {
None,
Some(TimerangeBound<HsDesc>),
}