Docs.rs
command-macro-0.1.0
command-macro 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tcr
Dependencies
shlex ^0.1.1
normal
Versions
0%
of the crate is documented
This release has been yanked
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
command_
macro
0.1.0
Execute
Command
Required Methods
execute
Implementations on Foreign Types
Command
Implementors
In crate command_
macro
command_macro
Trait
ExecuteCommand
Copy item path
Source
pub trait ExecuteCommand { // Required method fn
execute
(&mut self); }
Required Methods
§
Source
fn
execute
(&mut self)
Implementations on Foreign Types
§
Source
§
impl
ExecuteCommand
for
Command
Source
§
fn
execute
(&mut self)
Implementors
§