Docs.rs
cargo-mobile2-0.17.4
cargo-mobile2 0.17.4
Docs.rs crate page
Apache-2.0 OR MIT
Links
Repository
crates.io
Source
Owners
tauri-bot
Dependencies
colored ^2.1
normal
deunicode ^1.4
normal
duct ^0.13
normal
dunce ^1.0
normal
english-numbers ^0.3
normal
env_logger ^0.11
normal
optional
handlebars ^6.0
normal
heck ^0.5
normal
home ^0.5
normal
ignore ^0.4
normal
java-properties ^2.0
normal
log ^0.4
normal
once-cell-regex ^0.2
normal
os_pipe ^1
normal
path_abs ^0.5
normal
serde ^1.0
normal
serde_json ^1.0
normal
structopt ^0.3
normal
optional
textwrap ^0.16
normal
thiserror ^1.0
normal
toml ^0.8
normal
which ^6.0
normal
rstest ^0.23
dev
dunce ^1.0
build
optional
handlebars ^6.0
build
optional
home ^0.5
build
optional
log ^0.4
build
optional
serde ^1.0
build
optional
serde_json ^1.0
build
optional
thiserror ^1.0
build
optional
ureq ^2.9
normal
freedesktop_entry_parser ^1.3
normal
core-foundation ^0.10
normal
os_info ^3
normal
x509-certificate ^0.23
normal
libc ^0.2
normal
windows ^0.58
normal
embed-resource ^2.4
build
Versions
3.5%
of the crate is documented
Platform
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cargo_
mobile2
0.17.4
Reportable
Required Methods
report
Implementors
In cargo_
mobile2::
util::
cli
cargo_mobile2
::
util
::
cli
Trait
Reportable
Copy item path
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>