Struct lrs::iter::Empty

An iterator that yields no values.

Syntax

struct Empty<T> {
    /* private fields */
}

Static methods

NameDescription
new

Trait implementations

NameDescription
Copy

Objects that can safely be copied via memcpy.

Eq

Objects that implement the binary == and != operators.

Iterator

Objects that can be iterated over.