menu
anyhow package
documentation
rust.dart
Iter$IterOption<T>
toNullables method
toNullables method
dark_mode
light_mode
toNullables
method
Iter
<
T?
>
toNullables
(
)
Implementation
@pragma("vm:prefer-inline") Iter<T?> toNullables() { return map((opt) => opt.toNullable()); }
anyhow package
documentation
rust
Iter$IterOption<T>
toNullables method
Iter$IterOption extension on
Iter
<
Option
<
T
>
>