Module lrs::repr

Representations of built-in types.

Types

KindNameDescription
Trait Repr

Objects that have an alternative representation.

Struct Slice

The representation of &[T] or &mut [T].

Struct TraitObject

The representation of &Trait.