1 2 3 4 5 6
pub type Plain = String; pub type Secure = String; pub type DatPayload = (Plain, Secure);