Skip to main content

Processor

Type Alias Processor 

Source
pub type Processor = fn(Arc<Services>, CommandInput) -> ProcessorFuture;
Expand description

Prototype of the command processor. This is a callback supplied by the reloadable admin module.