Closed ellipse12 closed 2 days ago
The function wasn't checking if the struct had the method to_string which caused a segfault when trying to override the default to_string on a struct
to_string
Thank you!
The function wasn't checking if the struct had the method
to_string
which caused a segfault when trying to override the default to_string on a struct