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

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

Trait Implementations

impl ApiRequest for SearchCursor<'_>[src]

type Reply = SearchResult