Docs.rs
hglib-rs-0.1.1
hglib-rs 0.1.1
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
calixteman
Dependencies
byteorder ^1.3
normal
chrono ^0.4
normal
regex ^1.3
normal
subprocess ^0.1
normal
Versions
0.74%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hglib
0.1.1
Prompt
Required Methods
call
Implementors
In hglib::
client
hglib
::
client
Trait
Prompt
Copy item path
Source
pub trait Prompt { // Required method fn
call
(&mut self, size:
usize
) -> &[
u8
]
ⓘ
; }
Required Methods
§
Source
fn
call
(&mut self, size:
usize
) -> &[
u8
]
ⓘ
Implementors
§