pub trait DomainTag: Sealed { }Expand description
Marker trait for signature domain separation.
Each impl encodes the ASCII tag that is prepended to every signing preimage
in that domain: len(tag) || tag || msg (see footnote in the spec).
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".