Files
oak-gpui/crates/gpui2/src
Marshall Bowers 568fec0f54 Add Sized bound to StyleHelpers (#3042)
This PR adds a `Sized` bound to the `StyleHelpers` trait.

All of the individual methods on this trait already had a `Self: Sized`
bound, so moving it up to the trait level will make it so we don't have
to repeat ourselves so much.

There's an open question of whether we can hoist the `Sized` bound to
`Styleable`, but it's possible there are cases where we'd want to have a
`Styleable` trait object.

Release Notes:

- N/A
2023-09-26 18:15:41 -04:00
..
2023-09-15 11:41:21 -04:00
2023-09-11 09:00:59 -06:00
2023-08-30 15:00:11 -06:00
2023-09-18 20:25:12 -06:00
2023-09-11 09:00:59 -06:00
2023-09-11 09:00:59 -06:00
2023-09-11 09:00:59 -06:00
2023-08-30 15:00:11 -06:00