Docs.rs
free-launch-0.2.3
free-launch 0.2.3
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
egrieco
Dependencies
chrono ^0.4
normal
color-eyre ^0.6.5
normal
csv ^1.3.1
normal
directories ^6.0.0
normal
eframe ^0.32
normal
egui ^0.32
normal
egui_extras ^0.32.1
normal
freedesktop-desktop-entry ^0.7
normal
icon ^0.1.2
normal
image ^0.25.6
normal
serde ^1.0.219
normal
Versions
13.64%
of the crate is documented
Go to latest version
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
LaunchAction
free_
launch
0.2.3
Launch
Action
Required Methods
launch
open_directory
Implementors
In free_
launch::
launch_
entry
free_launch
::
launch_entry
Trait
Launch
Action
Copy item path
Source
pub trait LaunchAction { // Required methods fn
launch
(&self);
fn
open_directory
(&self); }
Required Methods
§
Source
fn
launch
(&self)
Source
fn
open_directory
(&self)
Implementors
§
Source
§
impl
LaunchAction
for
DesktopItem