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

Helper trait, so that you have to type less

Object Safety§

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>,