IssueWeight

Type Alias IssueWeight 

Source
pub type IssueWeight = IssueWeight;
Expand description

Filter issues by weight.

Aliased Type§

pub enum IssueWeight {
    Any,
    None,
    Weight(u64),
}

Variants§

§

Any

Filter issues with any weight.

§

None

Filter issues with no weight assigned.

§

Weight(u64)

Filter issues with a specific weight.