Function rerun_bindings::arrow::descriptor_to_rust
source ยท pub fn descriptor_to_rust(
component_descr: &Bound<'_, PyAny>,
) -> PyResult<ComponentDescriptor>
Expand description
Perform Python-to-Rust conversion for a ComponentDescriptor
.