menu
anyhow package
documentation
rust.dart
Option<T>
map<U> abstract method
map<U> abstract method
dark_mode
light_mode
map<
U
>
abstract method
Option
<
U
>
map
<
U
>(
U
f
(
T
)
)
Maps an this Option
Implementation
Option<U> map<U>(U Function(T) f);
anyhow package
documentation
rust
Option<T>
map<U> abstract method
Option class