Skip to main content

HandlerFuture

Type Alias HandlerFuture 

Source
pub type HandlerFuture<'a> = Pin<Box<dyn Future<Output = Result<BoxAnySend, AppError>> + Send + 'a>>;
Expand description

处理器 Future 类型

Aliased Type§

pub struct HandlerFuture<'a> { /* private fields */ }