pub trait HasTag { // Required method fn tag_bytes(&self) -> Option<Vec<u8>>; }
Both To and From carry a tag, and both are needed from either side.
To
From
The tag parameter.
tag