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