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
Create a trait EncryptedFilesystem which contains all pub methods from EncryptedFs and have docs to use that as a lib.
EncryptedFilesystem
EncryptedFs
You need to use async-trait as for now Rust doesn't allow async methods in traits.
async
Method in EncryptedFs::into_encrypted_filesystem to transform (and consume) self into EncryptedFilesystem.
EncryptedFs::into_encrypted_filesystem
self
The text was updated successfully, but these errors were encountered:
I started working on this but I am hard stuck on a weird error, which I can't solve. Any help or ideas welcome. https://github.com/radumarias/rencfs/actions/runs/10910860769/job/30282239881?pr=200
Sorry, something went wrong.
@HugoBal is this issue still present?
HugoBal
Successfully merging a pull request may close this issue.
Create a trait
EncryptedFilesystem
which contains all pub methods fromEncryptedFs
and have docs to use that as a lib.You need to use async-trait as for now Rust doesn't allow
async
methods in traits.Method in
EncryptedFs::into_encrypted_filesystem
to transform (and consume)self
intoEncryptedFilesystem
.The text was updated successfully, but these errors were encountered: