pub trait ServiceHandler { // Required method fn clock(&self, server_end: ServerEnd<Clock, Channel>); }
A service handler for the Service service.
Service
Handles an attempt to connect to the clock member.
clock