[][src]Module whiteread::stream

This module defines the StrStream and FromStream traits

The FromStream trait defines how to convert a StrStream (a stream of strings) to a value. See its definition for more documentation.

Structs

SplitAsciiWhitespace

Fast version of std::str::SplitWhitespace, but with some drawbacks.

Enums

Error

Error which can occur while parsing FromStream object.

Progress

Specifies the flavour of TooShort error

Traits

FromStream

Trait for values that can be parsed from stream of whitespace-separated words.

StrExt

Extends a str with split_ascii_whitespace method.

StrStream

A streaming iterator yielding borrowed strings.

Type Definitions

Result