| 83 | } |
| 84 | |
| 85 | pub trait AmbiguityResolver: std::fmt::Debug { |
| 86 | fn resolve( |
| 87 | &mut self, |
| 88 | issue: &MigrationIssue, |
| 89 | ) -> Result<AmbiguousChoice, AmbiguityResolutionError>; |
| 90 | } |
| 91 | |
| 92 | #[cfg(test)] |
| 93 | mod tests { |
nothing calls this directly
no outgoing calls
no test coverage detected