#![warn(missing_docs, clippy::missing_docs_in_private_items)]#![doc=include_str!("../README.md")]pubusestruf_derive::Filter;/// Create a filter for this struct
pubtraitFilter{/// Specific filter corresponding to this struct
typeFilter;/// Create a new [`Filter`] for this type with no rules
fnfilter()->Self::Filter;}