Type Alias tengwar::Transcriber

source ·
pub type Transcriber<M, P = Standard> = TokenIter<Tokenizer<M>, Standard, P>;
Expand description

An iterator over a sequence of Tokens which applies various rules. This is the top level construct of the transcription process.

This type is a special case of a TokenIter, where the internal iterator is a Tokenizer.

Aliased Type§

struct Transcriber<M, P = Standard> {
    pub settings: TranscriberSettings,
    /* private fields */
}

Fields§

§settings: TranscriberSettings