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 25a50e9 commit e5ddb57Copy full SHA for e5ddb57
src/value.rs
@@ -541,7 +541,7 @@ impl<'a> Value<'a> {
541
}
542
543
544
- fn as_extension_value(&self) -> Option<ExtensionValue> {
+ fn as_extension_value(&self) -> Option<ExtensionValue<'_>> {
545
match self {
546
Value::Binary(v) => Some(ExtensionValue::Binary(v)),
547
Value::Date(v) => Some(ExtensionValue::Date(v.clone())),
0 commit comments