-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
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
should windows::Storage::StorageFolder
implement IntoParam<IStorageFolder>
?
#2946
Comments
The error here is admittedly a bit non-intuitive, but you're probably missing feature windows-rs/crates/libs/windows/src/Windows/Storage/mod.rs Lines 3354 to 3360 in 4e14f1a
|
This is regrettable as the |
@riverar |
I'd like to also add, you shouldn't need to use anything in |
Thanks, I appreciate the help. I am looking to use the cloud files api instead of an older, less fully featured minifilter driver for an existing two-way syncing application. I want to make use of the shell integration features (custom state icons, extended metadata, progress indication, etc), and AFAIK, I need to call the |
@jonwis may have some ideas. |
The |
Summary
This C++ sample, illustrates how to set the path field for the StorageProviderSyncRootInfo struct.
However, trying to set the path field similarly to the sample will fail to compile in Rust due to a trait bound error.
It seems like this method of setting the sync root path worked in an older version of this crate, though for what it's worth, I have not tried to compile this project.
Any help is appreciated, thanks.
Crate manifest
No response
Crate code
No response
The text was updated successfully, but these errors were encountered: