Docs.rs
signal-msg-0.2.1
signal-msg 0.2.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
oubiwann
Dependencies
simple-signal ^1.1.1
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
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
signal_
msg
0.2.1
Signal
Receiver
Required Methods
listen
Implementations on Foreign Types
Receiver<i32>
Implementors
In crate signal_
msg
signal_msg
Trait
SignalReceiver
Copy item path
Source
pub trait SignalReceiver { // Required method fn
listen
(&self) ->
Result
<
Signal
,
String
>; }
Required Methods
§
Source
fn
listen
(&self) ->
Result
<
Signal
,
String
>
Implementations on Foreign Types
§
Source
§
impl
SignalReceiver
for
Receiver
<
i32
>
Source
§
fn
listen
(&self) ->
Result
<
Signal
,
String
>
Implementors
§