pub trait Repetition {
    type Kind;
}
Expand description

Trait for describing the repetition class of output sequences.

Required Associated Types§

source

type Kind

The kind of repetition.

Implementors§