fn parse_error_to_sdk<E: Display>(e: E) -> PasswordRulesErrorExpand description
Map the external parser’s error into the SDK’s PasswordRulesError::Parse(String),
truncating the message so the payload stays bounded across FFI.
fn parse_error_to_sdk<E: Display>(e: E) -> PasswordRulesErrorMap the external parser’s error into the SDK’s PasswordRulesError::Parse(String),
truncating the message so the payload stays bounded across FFI.