Docs.rs
scope-tui-0.3.2
scope-tui 0.3.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
alemidev
Dependencies
clap ^4.5
normal
optional
cpal ^0.15
normal
optional
crossterm ^0.29
normal
optional
derive_more ^2.0
normal
libpulse-binding ^2.30
normal
optional
libpulse-simple-binding ^2.29
normal
optional
ratatui ^0.29
normal
optional
rustfft ^6.3
normal
thiserror ^2.0
normal
Versions
14.75%
of the crate is documented
Platform
i686-pc-windows-msvc
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
DataSource
scope
0.3.2
Data
Source
Required Methods
recv
Implementors
In scope::
input
scope
::
input
Trait
Data
Source
Copy item path
Source
pub trait DataSource<T> { // Required method fn
recv
(&mut self) ->
Option
<
Matrix
<T>>; }
Required Methods
§
Source
fn
recv
(&mut self) ->
Option
<
Matrix
<T>>
Implementors
§
Source
§
impl
DataSource
<
f64
> for
DefaultAudioDeviceWithCPAL
Source
§
impl
DataSource
<
f64
> for
FileSource