Docs.rs
lefthk-core-0.3.2
lefthk-core 0.3.2
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
AethanFoot
hertg
leftbot
Dependencies
inventory ^0.3.2
normal
mio ^1.0.2
normal
nix ^0.31.1
normal
ron ^0.12.0
normal
serde ^1.0.145
normal
signal-hook ^0.4.1
normal
thiserror ^2.0.12
normal
tokio ^1.14.0
normal
tracing ^0.1.36
normal
x11-dl ^2.19.1
normal
xdg ^3.0.0
normal
tempfile ^3.2.0
dev
Versions
19.8%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-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
Skip to main content
CommandAdapter
lefthk_
core
0.3.2
Command
Adapter
Required Methods
convert
Implementors
In lefthk_
core::
config
lefthk_core
::
config
Trait
Command
Adapter
Copy item path
Source
pub trait CommandAdapter { // Required method fn
convert
(&self) ->
Vec
<
Box
<dyn
Command
>>; }
Required Methods
§
Source
fn
convert
(&self) ->
Vec
<
Box
<dyn
Command
>>
Implementors
§