Trait reql::commands::IndexWait [] [src]

pub trait IndexWait {
    fn index_wait(&self) -> Command;
}

Wait for the specified indexes on this table to be ready, or for all indexes on this table to be ready if no indexes are specified

Note: This command is not yet fully documented. For more information and examples, please see the equivalent command in the official Java driver documentation.

Required Methods

Implementors