pub type StaticSignature<PT> = Lazy<Signature<PT>>;
struct StaticSignature<PT> { /* private fields */ }