Trait reql::commands::Geojson [] [src]

pub trait Geojson {
    fn geojson<T>(&self, geojson: T) -> Command where T: ToArg;
}

Convert a GeoJSON object to a ReQL geometry 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