pub trait Repetition {
    type Kind;
}
Expand description

Trait for describing the repetition class of output sequences.

Required Associated Types

The kind of repetition.

Implementors