Docs.rs
cargo-mobile2-0.17.5
cargo-mobile2 0.17.5
Permalink
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
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 ^2.0
normal
toml ^0.8
normal
which ^7
normal
rstest ^0.24
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 ^2.0
build
optional
ureq ^3.0
normal
freedesktop_entry_parser ^1.3
normal
core-foundation ^0.10
normal
os_info ^3
normal
x509-certificate ^0.24
normal
libc ^0.2
normal
windows ^0.59
normal
embed-resource ^3.0
build
Versions
4.48%
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.5
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>