Lines Matching refs:Ipv4Addr
1 error[E0599]: the method `quote_into_iter` exists for struct `Ipv4Addr`, but its trait bounds were …
4 3 | struct Ipv4Addr;
8 | doesn't satisfy `Ipv4Addr: Iterator`
9 | doesn't satisfy `Ipv4Addr: ToTokens`
10 | doesn't satisfy `Ipv4Addr: ext::RepIteratorExt`
11 | doesn't satisfy `Ipv4Addr: ext::RepToTokensExt`
14 | ^^^^^^^^^^^^^^^^^^ method cannot be called on `Ipv4Addr` due to unsatisfied trait bounds
17 `Ipv4Addr: Iterator`
18 which is required by `Ipv4Addr: ext::RepIteratorExt`
19 `&Ipv4Addr: Iterator`
20 which is required by `&Ipv4Addr: ext::RepIteratorExt`
21 `Ipv4Addr: ToTokens`
22 which is required by `Ipv4Addr: ext::RepToTokensExt`
23 `&mut Ipv4Addr: Iterator`
24 which is required by `&mut Ipv4Addr: ext::RepIteratorExt`