pub type QueryRawTextItem<'a> = QueryItem<'a, &'a str, Option<Architecture<'a>>>;Expand description
Return type of Query::query_raw_text and QueryMut::query_raw_text_mut.
Aliased Type§
pub struct QueryRawTextItem<'a> {
pub value: &'a str,
pub section: Section<'a>,
pub architecture: Option<Architecture<'a>>,
}Fields§
§value: &'a strValue of the item.
section: Section<'a>Location of the item.
architecture: Option<Architecture<'a>>Architecture suffix of the corresponding field.