Module buf_redux::strategy
[−]
[src]
Types which can be used to tune the behavior of BufReader.
Some simple strategies are provided for your convenience. You may prefer to create your own types and implement the traits for them instead.
Structs
| AtEndLessThan |
A |
| AtEndLessThan1k |
A |
| IfEmpty |
A |
| LessThan |
A |
| NeverMove |
A |
Traits
| MoveStrategy |
Trait for types which |
| ReadStrategy |
Trait for types which |