Skip to main content

TestServiceHandler

Trait TestServiceHandler 

Source
pub trait TestServiceHandler {
    // Required method
    fn test(&self, server_end: ServerEnd<Test, Channel>);
}
Expand description

A service handler for the TestService service.

Required Methods§

Source

fn test(&self, server_end: ServerEnd<Test, Channel>)

Handles an attempt to connect to the test member.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§