You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let client_subnet = ClientSubnet::new(u8(15),u8(0),IpAddr::from_str("23.62.93.233")?);println(client_subnet.addr.to_str());////query.push_opt(client_subnet.to_opt_data())?;//if let AllOptData::ClientSubnet(subnet) = client_subnet.to_opt_data() {// dbg(subnet);//}
let opt_records = query.options?;for opt in opt_records.into_iter(){dbg(opt);//if let AllOptData::ClientSubnet(subnet) = opt {// dbg(subnet);//}}
The text was updated successfully, but these errors were encountered:
version:
build-20230216_1021
不懂
rust
,一边读源码一边问chatbots
,没头绪了。以下是一些不成熟的尝试:
The text was updated successfully, but these errors were encountered: