(
&'a self,
expected: bool,
variable: &path::Path,
)
| 248 | } |
| 249 | |
| 250 | fn find_case<'a>( |
| 251 | &'a self, |
| 252 | expected: bool, |
| 253 | variable: &path::Path, |
| 254 | ) -> Option<predicates_core::reflection::Case<'a>> { |
| 255 | self.0.find_case(expected, variable) |
| 256 | } |
| 257 | } |
| 258 | |
| 259 | impl fmt::Display for BytesContentPathPredicate { |
no outgoing calls