QueryRawTextItem

Type Alias QueryRawTextItem 

Source
pub type QueryRawTextItem<'a> = QueryItem<'a, &'a str, Option<Architecture<'a>>>;
Expand description

Aliased Type§

pub struct QueryRawTextItem<'a> {
    pub value: &'a str,
    pub section: Section<'a>,
    pub architecture: Option<Architecture<'a>>,
}

Fields§

§value: &'a str

Value of the item.

§section: Section<'a>

Location of the item.

§architecture: Option<Architecture<'a>>

Architecture suffix of the corresponding field.