Enum opus_parse::StreamBit [] [src]

pub enum StreamBit {
    SentDelim(SentDelim),
    BlockDelim(BlockDelim),
    Word(Word),
}

An event from main part of the stream.

Variants

Trait Implementations

impl Debug for StreamBit
[src]

[src]

Formats the value using the given formatter.