Docs.rs
selection-capture-0.1.3
selection-capture 0.1.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
maemreyo
Dependencies
clipboard-rs ^0.3.3
normal
optional
quick_html2md ^0.2.1
normal
optional
rtf-to-html ^0.1.0
normal
optional
tokio ^1.50.0
normal
optional
criterion ^0.5
dev
atspi ^0.29.0
normal
optional
accessibility-ng ^0.1
normal
accessibility-sys-ng ^0.1
normal
active-win-pos-rs ^0.8
normal
core-foundation ^0.9.4
normal
macos-accessibility-client ^0.0.1
normal
windows ^0.62.2
normal
optional
Versions
1.09%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
MonitorPlatform
selection_
capture
0.1.3
Monitor
Platform
Required Methods
next_selection_change
Implementors
In crate selection_
capture
selection_capture
Trait
Monitor
Platform
Copy item path
Source
pub trait MonitorPlatform { // Required method fn
next_selection_change
(&self) ->
Option
<
String
>; }
Required Methods
§
Source
fn
next_selection_change
(&self) ->
Option
<
String
>
Implementors
§
Source
§
impl
MonitorPlatform
for
LinuxSelectionMonitor
Source
§
impl
MonitorPlatform
for
WindowsSelectionMonitor