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