pub type NextFuture = Pin<Box<dyn Future<Output = Response<Body>> + Send>>;Expand description
This is the crate users will import. It re-exports the internal pieces use nestforge::{NestForgeFactory, ModuleDefinition, Container};
Aliased Typeยง
pub struct NextFuture { /* private fields */ }