Struct std::typing::Type

struct Type<T> { ... }

Type descriptor.

This struct provides compile-time reflection information about a type (including function types).

Methods

impl Type<T> { ... }

impl Type<T> { ... }

impl Type<T> { ... }
T: Array

impl Type<T> { ... }
T: Array | Tuple

impl Type<T> { ... }
T: Tuple

impl Type<T> { ... }

impl Type<T> { ... }
T: Enum

impl Type<T> { ... }

impl Type<T> { ... }
T: Static

impl Type<T> { ... }

impl Type<T> { ... }

impl Type<T> { ... }