pub trait BusServiceHandler {
// Required method
fn bus(&self, server_end: ServerEnd<Bus, Channel>);
}Expand description
A service handler for the BusService service.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".