@@ -1259,7 +1259,7 @@ impl Ipv6Addr {
|
|||||||
/// [RFC 4291 errata 4406]: https://www.rfc-editor.org/errata/eid4406
|
/// [RFC 4291 errata 4406]: https://www.rfc-editor.org/errata/eid4406
|
||||||
#[rustc_const_unstable(feature = "const_ipv6", issue = "76205")]
|
#[rustc_const_unstable(feature = "const_ipv6", issue = "76205")]
|
||||||
pub const fn is_unicast_link_local_strict(&self) -> bool {
|
pub const fn is_unicast_link_local_strict(&self) -> bool {
|
||||||
matches!(self.segments(), [0xfe80, 0, 0, 0, ..])
|
matches!(self.segments(), [0xfe80, 0, 0, 0, ..])
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns [`true`] if the address is a unicast link-local address (`fe80::/10`).
|
/// Returns [`true`] if the address is a unicast link-local address (`fe80::/10`).
|
||||||
|
|||||||
Reference in New Issue
Block a user