cargo_mobile2::util::cli

Trait Reportable

source
pub trait Reportable: Debug {
    // Required method
    fn report(&self) -> Report;
}

Required Methods§

source

fn report(&self) -> Report

Implementors§

source§

impl Reportable for AabError

source§

impl Reportable for cargo_mobile2::android::adb::device_list::Error

source§

impl Reportable for cargo_mobile2::android::adb::device_name::Error

source§

impl Reportable for cargo_mobile2::android::adb::get_prop::Error

source§

impl Reportable for ApkError

source§

impl Reportable for AabBuildError

source§

impl Reportable for ApkInstallError

source§

impl Reportable for ApksBuildError

source§

impl Reportable for RunError

source§

impl Reportable for StacktraceError

source§

impl Reportable for cargo_mobile2::android::env::Error

source§

impl Reportable for cargo_mobile2::android::ndk::Error

source§

impl Reportable for RequiredLibsError

source§

impl Reportable for BuildError

source§

impl Reportable for CompileLibError

source§

impl Reportable for SymlinkLibsError

source§

impl Reportable for GenError

source§

impl Reportable for LoadOrGenError

source§

impl Reportable for cargo_mobile2::config::metadata::Error

source§

impl Reportable for LoadError

source§

impl Reportable for WriteError

source§

impl Reportable for cargo_mobile2::env::Error

source§

impl Reportable for cargo_mobile2::init::Error

source§

impl Reportable for HostTargetTripleError

source§

impl Reportable for RustVersionError

source§

impl<T: Debug + Display> Reportable for PromptError<T>