Type Alias KeyringSerial

Source
pub type KeyringSerial = NonZeroI32;
Expand description

Alias for the key_serial_t kernel type, representing a keyring (or key).

Aliased Typeยง

pub struct KeyringSerial(/* private fields */);