Crate exc_service
source ·Expand description
Define the Request and ExcService traits, and provide some useful helper traits.
Re-exports§
pub use layer::ExcLayer;pub use adapt::Adaptor;pub use traits::BoxCloneExcService;pub use traits::BoxExcService;pub use traits::ExcService;pub use traits::ExcServiceExt;pub use traits::IntoExc;pub use traits::Request;pub use self::error::ExchangeError;
Modules§
- The adapt layer.
- Exchange Error.
- Layer.
- Traits.
Structs§
- The core service wrapper of this crate, which implements
ExcService<T>if the request type of the underlying service implementsAdaptor<T>.