pub type IssueWeight = IssueWeight;Expand description
Filter issues by weight.
Aliased Type§
enum IssueWeight {
Any,
None,
Weight(u64),
}pub type IssueWeight = IssueWeight;Filter issues by weight.
enum IssueWeight {
Any,
None,
Weight(u64),
}