[go: up one dir, main page]

Module typewit::type_fn

source ·
Expand description

Type-level functions.

Structs

  • Type-level identity function
  • GBoxalloc
    Type-level function from T to Box<T>
  • Type-level function from T to &'a T
  • Type-level function from T to &'a mut T
  • Type-level function which implements TypeFn by delegating to F

Traits

  • A function that operates purely on the level of types.

Type Definitions