Struct lrs::ops::RangeFull

The type representing the unbounded .. syntax.

Syntax

struct RangeFull

Trait implementations

NameDescription
Eq

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

Into

Objects that can be turned into other objects.