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 ab666e5 commit 05a6553Copy full SHA for 05a6553
src/lib.rs
@@ -43,7 +43,7 @@ use std::i32;
43
use std::io;
44
45
/// An extension trait adding functionality to create and delete large objects.
46
-pub trait LargeObjectExt: GenericConnection {
+pub trait LargeObjectExt {
47
/// Creates a new large object, returning its `Oid`.
48
fn create_large_object(&self) -> Result<Oid>;
49
0 commit comments