Skip to main content

ModuleServeFuture

Type Alias ModuleServeFuture 

Source
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 */ }