Trait reql::commands::PolygonSub [] [src]

pub trait PolygonSub {
    fn polygon_sub<T>(&self, polygon2: T) -> Command where T: ToArg;
}

Use polygon2 to "punch out" a hole in polygon1

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