Expand description
Support inheriting generic parameters and predicates for function delegation.
For more information about delegation design, see the tracking issue #118212.
Structsยง
- Param
Index ๐Remapper
Enumsยง
- FnKind ๐
- Inheritance
Kind ๐ - Given the current context(caller and callee
FnKind
), it specifies the policy of predicates and generic parameters inheritance.
Functionsยง
- build_
generic_ ๐args - build_
generics ๐ - build_
predicates ๐ - check_
constraints ๐ - create_
generic_ ๐args - fn_kind ๐
- inherit_
generics_ ๐for_ delegation_ item - inherit_
predicates_ ๐for_ delegation_ item - inherit_
sig_ ๐for_ delegation_ item
Type Aliasesยง
- Remap
Table ๐