Skip to main content

Pin

Type Alias Pin 

Source
pub type Pin = SensitiveString;
Expand description

A PIN. Wrapped to prevent accidental logging.

Aliased Type§

pub struct Pin(Sensitive<String>);

Tuple Fields§

§0: Sensitive<String>