Expand description

Types for representing implementations of built-in traits.

Note that when implementing a built-in trait, you must ensure that you implement all the methods. The high-level API does not guard against leaving some methods unimplemented, like the language interpreter does.

Modules

Methods from the Iterator trait.

Traits

A built-in trait method that can be implemented with functions whose signature fits S.