//! Handler and middleware type aliases for `WireframeApp`.
use ;
use Packet;
use crate;
/// Alias for asynchronous route handlers.
///
/// A `Handler` wraps an `Arc` to a function returning a [`Future`].
pub type Handler<E> = ;
/// Trait representing middleware components.