pub type PreCheck = Arc<dyn Fn(&Framing) -> PreCheckOutcome + Send + Sync>;
A single pre-check predicate applied to a Framing.
Framing
pub struct PreCheck { /* private fields */ }