Expand description
Marker traits accepted by the arcis interpreter.
The traits in this module are documentation-only handles: they exist so rustdoc renders a page per trait, with an auto-generated implementors list showing which types the arcis interpreter recognizes the trait on.
They are never imported by user code. The interpreter treats Copy as an
implicit property of the listed types; you do not need to bring this trait
into scope.
Traitsยง
- Copy
Copymembership recognized by the arcis interpreter.