pub fn encode_predicate( predicate: &Predicate, ) -> Result<impl Iterator<Item = u8> + '_, PredicateEncodeError>
Encode a predicate into bytes.