MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / boxed

Method boxed

src/ore/src/future.rs:361–366  ·  view source on GitHub ↗

Boxes this sink.

(self)

Source from the content-addressed store, hash-verified

359pub trait OreSinkExt<T>: Sink<T> {
360 /// Boxes this sink.
361 fn boxed(self) -> Box<dyn Sink<T, Error = Self::Error> + Send>
362 where
363 Self: Sized + Send + 'static,
364 {
365 Box::new(self)
366 }
367
368 /// Like [`futures::sink::SinkExt::send`], but does not flush the sink after enqueuing
369 /// `item`.

Callers 15

getMethod · 0.80
fetch_workMethod · 0.80
getMethod · 0.80
getMethod · 0.80
fetch_workMethod · 0.80
fetch_workMethod · 0.80
executeMethod · 0.80
gen_datums_for_typeFunction · 0.80
gen_expr_for_relationFunction · 0.80
test_is_monotoneFunction · 0.80
test_is_monotoneFunction · 0.80
arbitrary_withMethod · 0.80

Implementers 1

future.rssrc/ore/src/future.rs

Calls

no outgoing calls

Tested by 4

test_is_monotoneFunction · 0.64
test_is_monotoneFunction · 0.64
test_state_syncFunction · 0.64