Skip to main content

ServiceHandler

Trait ServiceHandler 

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

A service handler for the Service service.

Required Methods§

Source

fn clock(&self, server_end: ServerEnd<Clock, Channel>)

Handles an attempt to connect to the clock member.

Implementors§