menu
anyhow package
documentation
rust.dart
Some<T>
Some const constructor
Some const constructor
dark_mode
light_mode
Some<
T
>
constructor
const
Some<
T
>
(
T
v
)
Implementation
const Some(T v) : this._(v);
anyhow package
documentation
rust
Some<T>
Some const constructor
Some extension type