We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241dbb7 commit 5cba858Copy full SHA for 5cba858
src/value_converter.rs
@@ -747,9 +747,6 @@ pub fn py_sequence_into_postgres_array(
747
748
/// Extract a value from a Python object, raising an error if missing or invalid
749
///
750
-/// # Type Parameters
751
-/// - `T`: The type to which the attribute's value will be converted. This type must implement the `FromPyObject` trait
752
-///
753
/// # Errors
754
/// This function will return `Err` in the following cases:
755
/// - The Python object does not have the specified attribute
0 commit comments