Crate resolver_api
source ·Re-exports§
pub use resolver_api_derive as derive;
Enums§
Traits§
- This trait is implemented on all Request structs. It defines an associated response type for the Request.
- This trait is implemented on some State struct for all Request structs. It defines how State resolves the response.
- Alternate trait to Resolve which skips auto serialization, and allows the developer to return an already serialized response.
- This trait is defined on master request enums using the Resolver macro.
Functions§
- Useful to convert resolver errors back into inner anyhow::Error without disrupting existing context.