pub trait PredicateOp:
Parser
+ ToTokens
+ Clone
+ 'static { }Expand description
Marker trait for compile-time parser predicates.
All predicate types are zero-sized with no runtime cost.
The 'static bound is required for type identity checking with PredicateCmp.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.