pub struct CollectSink { /* private fields */ }Expand description
A collecting sink that stores all output blocks.
Implementations§
Source§impl CollectSink
impl CollectSink
Trait Implementations§
Source§impl Default for CollectSink
impl Default for CollectSink
Source§impl DspSink for CollectSink
impl DspSink for CollectSink
fn accept_block(&mut self, block: Block) -> Result<(), FabricError>
Auto Trait Implementations§
impl Freeze for CollectSink
impl RefUnwindSafe for CollectSink
impl Send for CollectSink
impl Sync for CollectSink
impl Unpin for CollectSink
impl UnwindSafe for CollectSink
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more