Skip to main content

ClassifierRx

Type Alias ClassifierRx 

Source
pub type ClassifierRx = Receiver<ClassifyRequest>;
Expand description

Receiver for peer classification requests (implement this to provide classification)

Aliased Typeยง

pub struct ClassifierRx { /* private fields */ }