The field init expression to be used as the field value. This value will be coerced
to the field type if not already.
Source Code
Source code
pubconst Item = struct {
/// The `struct_init_field_type` ZIR instruction for this field init.
field_type: Index,
/// The field init expression to be used as the field value. This value will be coerced/// to the field type if not already.
init: Ref,
}
Search Results
No Results Found
Press escape to exit search and then '?' to see more options.