We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I defined a class
#[pyclass(get_all)] class MyClass { inner: Arc<Vec<String>>, }
and I got the error below
`std::sync::Arc<std::vec::Vec<std::string::String>>` cannot be converted to a Python objec