Modules§
Macros§
- derive_
iterable - Derive
Quine
for an iterable T where: - derive_
primitive - derive_
trivial - Derive the
Quine
trait for an arbitrary type that implementsquote::ToTokens
. The generated constructor is an expression in the formT::from(#self)
. - derive_
tuple - Derive the
Quine
trait for a tuple (T1, …, Tn). This is already done for some tuple sizes - use this macro if you encounter an unsupported tuple. - derive_
tuple_ all