pub type QueryChecksumItem<'a> = QueryItem<'a, ChecksumValue<'a>, Option<Architecture<'a>>>;Expand description
Return type of Checksums::checksums and ChecksumsMut::checksums_mut.
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.