Module builtin_type

Source
Expand description

This module defines built-in types.

A peculiarity of built-in types is that they are always available and are not associated with any particular crate.

Enums§

BuiltinFloat
BuiltinInt
Different signed int types.
BuiltinType
BuiltinUint
Different unsigned int types.