Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
server
Function · 0.45
start
Method · 0.45
run
Function · 0.45
run
Function · 0.45
start
Method · 0.45
Calls
2
boxed
Method · 0.80
run
Method · 0.45
Tested by
no test coverage detected