menu
anyhow package
documentation
rust.dart
Some<T>
unwrap method
unwrap method
dark_mode
light_mode
unwrap
method
@
override
T
unwrap
(
)
override
Returns the contained Some value, consuming the self value.
Implementation
@override T unwrap() { return v; }
anyhow package
documentation
rust
Some<T>
unwrap method
Some class