Skip to main content

extract_string_value

Function extract_string_value 

Source
pub fn extract_string_value(
    py_value: &Bound<'_, PyAny>,
) -> Result<String, UtilError>
Expand description

Extracts a string value from a Python object.