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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§