Type Definition phabricator_api::project::search::SearchCursor[][src]

type SearchCursor<'a> = SearchCursor<'a, Attachments, Constraints>;

Trait Implementations

impl ApiRequest for SearchCursor<'_>[src]

type Reply = SearchResult