Skip to main content

LocalSignature

Type Alias LocalSignature 

Source
pub type LocalSignature = Vec<FieldKey>;
Expand description

A record’s target-blind structural key: every field’s FieldKey, sorted by label.

Aliased Type§

pub struct LocalSignature { /* private fields */ }