Docs.rs
tauri-plugin-cli-2.0.0-beta.4
tauri-plugin-cli 2.0.0-beta.4
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
tauri-bot
Dependencies
clap ^4
normal
log ^0.4
normal
serde ^1
normal
serde_json ^1
normal
tauri ^2.0.0-beta.17
normal
thiserror ^1
normal
tauri-plugin ^2.0.0-beta.13
build
Versions
16.67%
of the crate is documented
Go to latest stable release
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tauri_plugin_cli
2.0.0-beta.4
CliExt
Required Methods
cli
Implementors
In crate tauri_plugin_cli
?
Settings
Trait
tauri_plugin_cli
::
CliExt
Copy item path
source
·
[
−
]
pub trait CliExt<R:
Runtime
> { // Required method fn
cli
(&self) -> &
Cli
<R>; }
Required Methods
§
source
fn
cli
(&self) -> &
Cli
<R>
Implementors
§
source
§
impl<R:
Runtime
, T:
Manager
<R>>
CliExt
<R> for T