Skip to content

Commit

Permalink
feat: Export FutureResultExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Nov 18, 2024
1 parent ccd2d6d commit 21247d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/anyhow.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ library anyhow;
export 'src/error.dart';
export 'src/guard.dart';

export 'package:rust/src/result/result.dart' show FutureResultExtension;
export 'package:rust/src/result/record_to_result_extensions.dart';
export 'package:rust/src/result/result_extensions.dart';

0 comments on commit 21247d2

Please sign in to comment.