Trait reql::commands::TimeOfDay [] [src]

pub trait TimeOfDay {
    fn time_of_day(&self) -> Command;
}

Return the number of seconds elapsed since the beginning of the day stored in the time object

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