Trait reql::commands::Reconfigure [] [src]

pub trait Reconfigure {
    fn reconfigure<T>(&self, args: T) -> Command where T: ToArg;
}

Reconfigure a table's sharding and replication

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