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§
Sourcefn wlan_phy_impl(&self, server_end: ServerEnd<WlanPhyImpl, DriverChannel>)
fn wlan_phy_impl(&self, server_end: ServerEnd<WlanPhyImpl, DriverChannel>)
Handles an attempt to connect to the wlan_phy_impl member.