Skip to content

Add filter alias for rust query builder's where method #3825

@joshua-spacetime

Description

@joshua-spacetime

So that users have the option of

ctx.from.user().filter(|u| ...)

instead of

ctx.from.user().r#where(|u| ...)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions