pub fn set_function_attributes( func: &Bound<'_, PyAny>, span: &mut ActiveSpan, ) -> Result<(), TraceError>
Set function attributes on the span
func
span
Result<(), TraceError>