pub fn float_in_slice_list( field_context: &FieldContext<'_>, value: f32, target: &'static [f32], error_message: &'static str, ) -> Result<(), Violation>