Trait reql::commands::Changes [] [src]

pub trait Changes {
    fn changes(&self) -> Command;
}

Turn a query into a changefeed, an infinite stream of objects representing changes to the query’s results as they occur

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