Type Alias mz_adapter::RowsFuture

source ·
pub type RowsFuture = Pin<Box<dyn Future<Output = PeekResponseUnary> + Send>>;

Aliased Type§

struct RowsFuture { /* private fields */ }