Skip to content

Add get_field Method for Field Reflection

This MR adds a get_field(&self, index: usize) -> Option<Box> method, enabling dynamic field access by index. This enhances introspection capabilities while maintaining type safety.

Merge request reports

Loading