pub trait ErrorBound: Into<Box<dyn Error + Send + Sync>> { }
Expand description

Helper Bound for Errors for MakeService/Service wrappers

Implementors