Trait reql::commands::ToIso8601 [] [src]

pub trait ToIso8601 {
    fn to_iso8601(&self) -> Command;
}

Convert a time object to a string in ISO 8601 format

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