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
First of all I would like to thank you for such an amazing crate!
It's really something that is missing from rust, and this fills the gap perfectly.
Now to my issue: I have a bunch of custom fields, that all have the #[borrowme(std)] attribute on it.
It would be great if I could add this attribute on the container, to make it the default borrowing method for all fields.
First of all I would like to thank you for such an amazing crate!
It's really something that is missing from rust, and this fills the gap perfectly.
Now to my issue: I have a bunch of custom fields, that all have the
#[borrowme(std)]
attribute on it.It would be great if I could add this attribute on the container, to make it the default borrowing method for all fields.
i.e. something like this:
This would forward #[borrowme(std)] to all fields.
The text was updated successfully, but these errors were encountered: