pub trait SequentialModuleItem: UnaryModule + Debug { }
Expand description
Marker trait for items that can be used in a Sequential
module.
It is implemented for all types that implement Module
and std::fmt::Debug
.
pub trait SequentialModuleItem: UnaryModule + Debug { }
Marker trait for items that can be used in a Sequential
module.
It is implemented for all types that implement Module
and std::fmt::Debug
.