pub type AllRegistryEntries = MapWhile<Map<RangeFrom<usize>, fn(_: usize) -> Option<RegistryEntry>>, fn(_: Option<RegistryEntry>) -> Option<RegistryEntry>>;
Available on riot_module_saul only.
Expand description

Public result type of RegistryEntry::all().

Do not rely on the precise type here – this is meant only to be used as a means to explicitly give associated types derived from this. The only reliable properties of this are that it is impl Iterator<Item = RegistryEntry>, and that it is the return type of all().

Aliased Type§

struct AllRegistryEntries { /* private fields */ }