Type Alias mz_adapter::command::RowsFuture
source · pub type RowsFuture = Pin<Box<dyn Future<Output = PeekResponseUnary> + Send>>;
Aliased Type§
struct RowsFuture {}
pub type RowsFuture = Pin<Box<dyn Future<Output = PeekResponseUnary> + Send>>;
struct RowsFuture {}