cl_
typeck
0.0.9
Module entry
Module Items
Structs
In crate cl_
typeck
cl_typeck
Module
entry
Copy item path
Source
Expand description
An
Entry
is an accessor for
nodes
in a
Table
.
There are two kinds of entry:
Entry
: Provides getters for an entry’s fields, and an implementation of
Display
EntryMut
: Provides setters for an entry’s fields, and an
as_ref
method to demote to an
Entry
.
Structs
§
Entry
Entry
Mut