-
-
Notifications
You must be signed in to change notification settings - Fork 742
Open
Description
Right now, I'm handling errors in an (HTMLful) warp app with the following helper:
I'm naturally not thrilled about this; #165 is largely about mitigating the need for the .map(Ok).recover(|e| Ok(Err(e))).unify().and(auth::opt_auth())
; is there a nicer way to do something like this that I'm not seeing?
Metadata
Metadata
Assignees
Labels
No labels