Enum opus_parse::DelimType [] [src]

pub enum DelimType {
    Start,
    End,
}

Whether a sentence or block delimiter is at the start or end of the sentence or block.

Variants

Trait Implementations

impl Debug for DelimType
[src]

[src]

Formats the value using the given formatter.