Docs.rs
tauri-plugin-shell-2.0.0-beta.2
tauri-plugin-shell 2.0.0-beta.2
Docs.rs crate page
Apache-2.0
OR
MIT
Links
crates.io
Source
Owners
tauri-bot
Dependencies
encoding_rs ^0.8
normal
log ^0.4
normal
open ^5
normal
os_pipe ^1
normal
regex ^1
normal
schemars ^0.8
normal
serde ^1
normal
serde_json ^1
normal
shared_child ^1
normal
tauri ^2.0.0-beta.9
normal
thiserror ^1
normal
schemars ^0.8
build
serde ^1
build
tauri-plugin ^2.0.0-beta.7
build
Versions
90.38%
of the crate is documented
Go to latest stable release
Platform
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_shell
2.0.0-beta.2
ShellExt
Required Methods
shell
Implementors
In crate tauri_plugin_shell
?
Trait
tauri_plugin_shell
::
ShellExt
source
·
[
−
]
pub trait ShellExt<R:
Runtime
> { // Required method fn
shell
(&self) -> &
Shell
<R>; }
Required Methods
§
source
fn
shell
(&self) -> &
Shell
<R>
Implementors
§
source
§
impl<R:
Runtime
, T:
Manager
<R>>
ShellExt
<R> for T