Trait reql::commands::Uuid [] [src]

pub trait Uuid {
    fn uuid(&self) -> Command;
}

Return a UUID (universally unique identifier), a string that can be used as a unique ID

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