Skip to main content

SignedBuffer

Type Alias SignedBuffer 

Source
pub type SignedBuffer<V> = BoundedBuffer<SignedValue<V>>;
Expand description

Signed FIFO for a single edge.

Aliased Typeยง

pub struct SignedBuffer<V> { /* private fields */ }