Skip to main content

ServiceHandler

Trait ServiceHandler 

Source
pub trait ServiceHandler {
    // Required method
    fn domain(&self, server_end: ServerEnd<Domain, Channel>);
}
Expand description

A service handler for the Service service.

Required Methods§

Source

fn domain(&self, server_end: ServerEnd<Domain, Channel>)

Handles an attempt to connect to the domain member.

Implementors§