menu
anyhow package
documentation
rust.dart
Option<T>
expect abstract method
expect abstract method
dark_mode
light_mode
expect
abstract method
T
expect
(
String
msg
)
Returns the contained Some value if
Some
, otherwise throws a
Panic
.
Implementation
T expect(String msg);
anyhow package
documentation
rust
Option<T>
expect abstract method
Option class