Type Definition webframework::prelude::RouterFuture

source ·
pub type RouterFuture = Box<dyn Future<Error = Error, Item = Response> + Send + 'static, Global>;