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