Type Definition mz_coord::RowsFuture

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