Crate exc_service

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§

adapt
The adapt layer.
error
Exchange Error.
layer
Layer.
traits
Traits.

Structs§

Exc
The core service wrapper of this crate, which implements ExcService<T> if the request type of the underlying service implements Adaptor<T>.