Docs.rs
compy-0.0.1
compy 0.0.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
aneeshdurg
Dependencies
clap ^2.33.0
normal
glob ^0.3.0
normal
hostfile ^0.2.0
normal
is_executable ^0.1.2
normal
pgs-files ^0.0.7
normal
servicefile ^0.3.0
normal
users ^0.10.0
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
compyrs
0.0.1
Stringify
Required Methods
get_string
Implementations on Foreign Types
GroupEntry
String
User
Implementors
In crate compyrs
compyrs
Trait
Stringify
Copy item path
Source
pub trait Stringify { // Required method fn
get_string
(&self) ->
String
; }
Required Methods
§
Source
fn
get_string
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
Stringify
for
String
Source
§
fn
get_string
(&self) ->
String
Source
§
impl
Stringify
for
GroupEntry
Source
§
fn
get_string
(&self) ->
String
Source
§
impl
Stringify
for
User
Source
§
fn
get_string
(&self) ->
String
Implementors
§