Module lrs::prelude::v1

Types

KindNameDescription
Trait BufRead

Objects that wrap a byte-stream for reading and contain a buffer.

Trait BufWrite

Objects that wrap a byte-stream for writing and contain a buffer.

Trait Clone

Objects that can be duplicated.

Trait FDContainer

Objects that are file descriptor wrappers.

Trait Ord

Objects that are part of a total order.

Trait Parse

Types that can be parsed.

Trait PartialOrd

Objects that implement the binary <, <=, >, and >= operators.

Trait Read

Objects that wrap a byte-stream for reading.

Trait ToOwned

Objects that can be converted into an owned version.

Struct Vec

A vector.

Trait Write

Objects that wrap a byte-stream for writing.