pub type ErasedCall = Arc<dyn Fn(Request<Bytes>) -> Pin<Box<dyn Future<Output = Result<Response<ServiceBody>, HandlerError>> + Send>> + Send + Sync>;
pub struct ErasedCall { /* private fields */ }