EntropicEEH

Trait EntropicEEH 

Source
pub trait EntropicEEH<E, Hist, Energy>:
    EntropicEnergy<Energy>
    + EntropicEnsemble<E>
    + EntropicHist<Hist> { }
Expand description

Helper trait, so that you have to type less

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.

Implementors§

Source§

impl<A, E, Hist, Energy> EntropicEEH<E, Hist, Energy> for A
where A: EntropicEnergy<Energy> + EntropicEnsemble<E> + EntropicHist<Hist>,