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

Method into_future

src/sql-server-util/src/lib.rs:740–742  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

738 type IntoFuture = BoxFuture<'static, Self::Output>;
739
740 fn into_future(self) -> Self::IntoFuture {
741 self.run().boxed()
742 }
743}
744
745/// Owned version of [`tiberius::ColumnData`] that can be more easily sent

Callers 5

serverFunction · 0.45
startMethod · 0.45
runFunction · 0.45
runFunction · 0.45
startMethod · 0.45

Calls 2

boxedMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected