PrimaryKeyBundle

Type Alias PrimaryKeyBundle 

Source
pub type PrimaryKeyBundle<KeyPart> = KeyBundle<KeyPart, PrimaryRole>;
Expand description

A primary key and any associated signatures.

See the module level documentation.

Aliased Typeยง

pub struct PrimaryKeyBundle<KeyPart> { /* private fields */ }