Skip to main content

BusServiceHandler

Trait BusServiceHandler 

Source
pub trait BusServiceHandler {
    // Required method
    fn bus(&self, server_end: ServerEnd<Bus, Channel>);
}
Expand description

A service handler for the BusService service.

Required Methods§

Source

fn bus(&self, server_end: ServerEnd<Bus, Channel>)

Handles an attempt to connect to the bus member.

Implementors§