menu
anyhow package
documentation
rust.dart
Some<T>
orElse method
orElse method
dark_mode
light_mode
orElse
method
Some
<
T
>
orElse
(
Option
<
T
>
f
()
)
Returns this value as
Some
Implementation
Some<T> orElse(Option<T>
Function
() f) {
return
this
; }
anyhow package
documentation
rust
Some<T>
orElse method
Some class