Function embedded_svc::edge_config::wifi::register[][src]

pub fn register<R, M, W, E>(
    registry: R,
    pref: &str,
    wifi: Arc<M>,
    default_role: Option<Role>
) -> Result<R> where
    R: Registry,
    M: Mutex<Data = W> + 'static,
    W: Wifi<Error = E>,
    E: Into<Error>,