[][src]Module rmicrobit::prelude

Traits intended to be globally imported.

This module is intended to be used as follows:

use rmicrobit::prelude::*;

It exports some of this crate's traits without binding them to names, so that their methods become available without otherwise polluting the global namespace.

The pub use above provides:

TraitExample
Frameframe.set()
MicrobitGpioExtGPIO.split_by_kind()
PollButtonbutton_a.poll_event()
Animatescrolling_images.tick()