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 */ }
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 12 bytes