Module oak_runtime::str_stream [] [src]

Implementation of Stream for &'a str type. It implements all traits required by CharStream.

Structs

StrStream

Represents a stream from a &'a str. It implements all traits required by CharStream.