QueryChecksumItem

Type Alias QueryChecksumItem 

Source
pub type QueryChecksumItem<'a> = QueryItem<'a, ChecksumValue<'a>, Option<Architecture<'a>>>;
Expand description

Aliased Type§

pub struct QueryChecksumItem<'a> {
    pub value: ChecksumValue<'a>,
    pub section: Section<'a>,
    pub architecture: Option<Architecture<'a>>,
}

Fields§

§value: ChecksumValue<'a>

Value of the item.

§section: Section<'a>

Location of the item.

§architecture: Option<Architecture<'a>>

Architecture suffix of the corresponding field.