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
Most of the time I'm looking at an attribute, I don't actually need to copy it. But get_attribute() makes a copy anyway. It would be nice to return a borrow instead.
This would also require changing Bytes::as_string() to return a borrow.
The text was updated successfully, but these errors were encountered:
Most of the time I'm looking at an attribute, I don't actually need to copy it. But
get_attribute()
makes a copy anyway. It would be nice to return a borrow instead.This would also require changing
Bytes::as_string()
to return a borrow.The text was updated successfully, but these errors were encountered: