Skip to main content

ServiceHandler

Trait ServiceHandler 

Source
pub trait ServiceHandler {
    // Required method
    fn engine(&self, server_end: ServerEnd<Engine, DriverChannel>);
}
Expand description

A service handler for the Service service.

Required Methods§

Source

fn engine(&self, server_end: ServerEnd<Engine, DriverChannel>)

Handles an attempt to connect to the engine member.

Implementors§