Skip to main content

PathServiceHandler

Trait PathServiceHandler 

Source
pub trait PathServiceHandler {
    // Required method
    fn path(&self, server_end: ServerEnd<Path, Channel>);
}
Expand description

A service handler for the PathService service.

Required Methods§

Source

fn path(&self, server_end: ServerEnd<Path, Channel>)

Handles an attempt to connect to the path member.

Implementors§