Skip to content

Conversation

@akundaz
Copy link
Collaborator

@akundaz akundaz commented Nov 6, 2025

Support custom filters for order exclusion

/// an order, and returns true if the order should be included and false if
/// it should be skipped.
#[expect(clippy::type_complexity)]
filters: Vec<Box<dyn Fn(&Checkpoint<P>, &Order<P>) -> bool + Send + Sync>>,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you move it out to its own type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants