Type Alias gitlab::api::groups::issues::Issues

source ·
pub type Issues<'a> = GroupIssues<'a>;
Expand description

Query for issues within a group.

TODO: Negation (not) filters are not yet supported.

Aliased Type§

struct Issues<'a> { /* private fields */ }