Type Definition flac::stream::StreamBuffer [] [src]

type StreamBuffer<'a> = Stream<ByteStream<'a>>;

Alias for a FLAC stream produced from a byte stream buffer.