Patch Changes #629 f690ebe Thanks @gcanti! - Schema: add filter overloading returning Option For more complex scenarios, you can return an Option<ParseError> type instead of a boolean. In this context, None indicates success, and Some(error) rejects the input with a specific error