We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31996a commit 006a348Copy full SHA for 006a348
src/addr/get.rs
@@ -72,7 +72,7 @@ impl AddressGetRequest {
72
self
73
}
74
75
- /// Return only the addresses of the given prefix length.
+ /// Return only AddressMessages filtered by the given address.
76
pub fn set_address_filter(mut self, address: IpAddr) -> Self {
77
self.filter_builder.address = Some(address);
78
0 commit comments