Trait ModuleExt

Source
pub trait ModuleExt<T>: Module + Predict<T> { }

Implementors§

Source§

impl<T, M> ModuleExt<T> for M
where M: Module + Predict<T>,