Consistent From interface for widget Ids?

Hey all,

I’m using Ids to reference certain widgets (like to command focus). I noticed TextInput supports From<&str> but Scrollable doesn’t have this support. Is there a reason? Could there just be standardized support for From<&str> in iced widgets?

I’m using iced 0.13.1 and iced_widget 0.13.4 btw.

Thanks!