menu
rust_monads package
documentation
c_result.dart
Ok<V, E> typedef
Ok<V, E> typedef
dark_mode
light_mode
Ok<
V
,
E
>
typedef
Ok
<
V
,
E
> =
COk
<
V
,
E
>
Implementation
typedef Ok<V, E> = COk<V, E>;
rust_monads package
documentation
c_result
Ok<V, E> typedef
c_result library