[][src]Trait amadeus_core::Sink

pub trait Sink<I> where
    I: DistributedIteratorMulti<Self::Item>, 
{ type Item; type Error: Error; type DistDest: DistributedReducer<I, Self::Item, Result<(), Self::Error>>; }

Associated Types

type Item

type Error: Error

type DistDest: DistributedReducer<I, Self::Item, Result<(), Self::Error>>

Loading content...

Implementors

Loading content...