Type Definition mz_coord::command::RowsFuture

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