Represents a type in the Rune type system.
Methods
Convert a value into a [Type
] object.
Examples
let value1 = 42;
let value2 = 43;
let ty1 = of_val;
let ty2 = of_val;
assert_eq!;
Represents a type in the Rune type system.
Convert a value into a [Type
] object.
let value1 = 42;
let value2 = 43;
let ty1 = of_val;
let ty2 = of_val;
assert_eq!;