pub type OmenaQueryLinearProvenanceV0 = LinearProvenanceV0<Lin01ProvenanceSemiringV0>;Aliased Type§
pub struct OmenaQueryLinearProvenanceV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub layer_marker: &'static str,
pub feature_gate: &'static str,
pub semiring_identifier: &'static str,
pub semiring: Lin01ProvenanceSemiringV0,
pub term_count: usize,
pub terms: Vec<LinearProvenanceTermV0>,
}Fields§
§schema_version: &'static str§product: &'static str§layer_marker: &'static str§feature_gate: &'static str§semiring_identifier: &'static str§semiring: Lin01ProvenanceSemiringV0§term_count: usize§terms: Vec<LinearProvenanceTermV0>