MCPcopy Create free account
hub / github.com/Dadoum/android-loader / fmt

Method fmt

src/android_library.rs:452–454  ·  view source on GitHub ↗
(&self, f: &mut Formatter<'_>)

Source from the content-addressed store, hash-verified

450
451impl Display for AndroidLoaderErr {
452 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
453 write!(f, "AndroidLoaderErr::{self:?}")
454 }
455}
456
457impl Error for AndroidLoaderErr {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected