You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2022. It is now read-only.
get_object() function of rusto returns content body as ByteStream, so i want to return it as stream in get() function.
The function returns impl trait, but StorageBackend requires associate type File, so I can't these types be mached.
I am in creating ftp server with rusto.
get_object()function of rusto returns content body as ByteStream, so i want to return it as stream inget()function.The function returns impl trait, but
StorageBackendrequires associate typeFile, so I can't these types be mached.Can I get several examples or hints?
Thanks ;D