We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to_mdb_value
While compilation got this error.
error[E0195]: lifetime parameters or bounds on method `to_mdb_value` do not match the trait declaration --> /home/comfix/.cargo/registry/src/github.com-1ecc6299db9ec823/lmdb-rs-0.7.1/src/traits.rs:55:5 | 55 | / fn to_mdb_value<'b, 's>(&'s self) -> MdbValue<'b> { 56 | | unsafe { 57 | | MdbValue::new(mem::transmute(self.as_ptr()), 58 | | self.len()) 59 | | } 60 | | } | |_____^ lifetimes do not match trait
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While compilation got this error.
The text was updated successfully, but these errors were encountered: