[][src]Trait arangoq::arango_api::GetAll

pub trait GetAll {
    fn get_all(&self) -> ArangoQuery;
}

Required methods

fn get_all(&self) -> ArangoQuery

Loading content...

Implementors

impl GetAll for Collection[src]

fn get_all(&self) -> ArangoQuery[src]

This example is not tested
let query = coll.get_all();
Loading content...