Code

Trait Code 

Source
pub trait Code:
    Copy
    + Clone
    + Eq
    + Hash
    + Default { }
Expand description

Sum terms of a Hamiltonian

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Code for u64

Implementors§