Trait reql::commands::Grant [] [src]

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

Grant or deny access permissions for a user account, globally or on a per-database or per-table basis

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