menu
anyhow package
documentation
rust.dart
Option<T>
zip<U> abstract method
zip<U> abstract method
dark_mode
light_mode
zip<
U
>
abstract method
Option
<
(
T
,
U
)
>
zip
<
U
>(
Option
<
U
>
other
)
Zips self with another Option.
Implementation
Option<(T, U)> zip<U>(Option<U> other);
anyhow package
documentation
rust
Option<T>
zip<U> abstract method
Option class