(&self, f: &mut Formatter<'_>)
| 450 | |
| 451 | impl Display for AndroidLoaderErr { |
| 452 | fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { |
| 453 | write!(f, "AndroidLoaderErr::{self:?}") |
| 454 | } |
| 455 | } |
| 456 | |
| 457 | impl Error for AndroidLoaderErr {} |
nothing calls this directly
no outgoing calls
no test coverage detected