Skip to main content

ErasedCall

Type Alias ErasedCall 

Source
pub type ErasedCall = Arc<dyn Fn(Request<Bytes>) -> Pin<Box<dyn Future<Output = Result<Response<ServiceBody>, HandlerError>> + Send>> + Send + Sync>;

Aliased Typeยง

pub struct ErasedCall { /* private fields */ }