pub struct Outputs { /* private fields */ }
Implementations§
Source§impl Outputs
impl Outputs
pub fn new( node: NodeID, clock: Arc<HLC>, senders: Arc<Mutex<HashMap<OutputID, Sender<DataflowMessage>>>>, ) -> Self
pub async fn raw(&mut self, output: impl Into<String>) -> Result<RawOutput>
pub async fn with<T: ArrowMessage>( &mut self, output: impl Into<String>, ) -> Result<Output<T>>
Auto Trait Implementations§
impl Freeze for Outputs
impl !RefUnwindSafe for Outputs
impl Send for Outputs
impl Sync for Outputs
impl Unpin for Outputs
impl !UnwindSafe for Outputs
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