pub fn line(identity: &Identity, timestamp: u64) -> Vec<u8> ⓘExpand description
Full synthesized line value: <name> <email> <ts> +0000.
The caller has already rejected timestamps above i64::MAX
(Refusal::TimestampOverflow), so this renders unconditionally.