Record ImplDefpub

Source
:record(pub) ImplDef
  .trait-name Str
  .type-args (Vec Str)
  .ops (Vec ImplOpDef)
Description

A generated :impl block: the trait name, the type arguments applied to it, and the list of operation definitions it contains.

Fields

.trait-name Str
.type-args Vec(Str)
.ops Vec(ImplOpDef)