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