[][src]Trait static_dsp::node::ReadableNode

pub trait ReadableNode<Output> {
    fn read(&self) -> Output;
}

Required methods

fn read(&self) -> Output

Loading content...

Implementors

impl<T: Sample, const N: usize> ReadableNode<T> for DelayLine<T, N>[src]

Loading content...