pub type ModuleServeFuture = Pin<Box<dyn Future<Output = Result<(), SubcModuleError>> + Send>>;Expand description
Future returned by serve_with_handle that runs the module until GOODBYE or EOF.
Aliased Typeยง
pub struct ModuleServeFuture { /* private fields */ }