Docs.rs
chaos-sdk-0.1.6
chaos-sdk 0.1.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
FL03
Dependencies
clap ^3.2.5
normal
config ^0.13.1
normal
glob ^0.3.0
normal
serde ^1.0.137
normal
Versions
0%
of the crate is documented
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
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
CommandLineInterface
chaos_
sdk
0.1.6
Command
Line
Interface
Required Associated Types
Args
Required Methods
client
Implementors
In crate chaos_
sdk
chaos_sdk
Trait
Command
Line
Interface
Copy item path
Source
pub trait CommandLineInterface { type
Args
; // Required method fn
client
(&self) -> Self::
Args
; }
Required Associated Types
§
Source
type
Args
Required Methods
§
Source
fn
client
(&self) -> Self::
Args
Implementors
§