Trait IntegerScheme

Source
pub trait IntegerScheme: Scheme<StatsType = IntegerStats, CodeType = IntCode> { }

Implementors§

Source§

impl<T> IntegerScheme for T
where T: Scheme<StatsType = IntegerStats, CodeType = IntCode>,