1 2 3 4 5
pub(crate) mod generator; pub(crate) mod iter; /// Type alias for ITF traces used internally. pub(crate) type Trace = itf::Trace<itf::Value>;