pub trait Spec: Sealed + Copy + Debug { }
A trait for spec types.
This trait is not intended to be implemented by crate users.