Skip to main content

ServiceHandler

Trait ServiceHandler 

Source
pub trait ServiceHandler {
    // Required method
    fn wlan_phy_impl(&self, server_end: ServerEnd<WlanPhyImpl, DriverChannel>);
}
Expand description

A service handler for the Service service.

Required Methods§

Source

fn wlan_phy_impl(&self, server_end: ServerEnd<WlanPhyImpl, DriverChannel>)

Handles an attempt to connect to the wlan_phy_impl member.

Implementors§