-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Line 17 in de5aa3b
| pub type WampResult<T> = Result<T, Error>; |
The WampResult type which is returned by many public facing APIs wraps the private wampire::error::Error type.
This prevents callers from implementing From(wampire::error::Error) for their custom error types.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels