via::middleware

Type Alias BoxFuture

source
pub type BoxFuture<T> = Pin<Box<dyn Future<Output = T> + Send + 'static>>;

Aliased Typeยง

struct BoxFuture<T> {}