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
StartEnd