servo/components/style_derive
Emilio Cobos Álvarez 327812e3eb style: Make #[css(field_bound)] and #[css(iterable)] work properly
For now, use IntoIterator to figure the right type to add the bound.

If we need this on types that are iterable but don't provide
IntoIterator, we can add another attribute field or something.

Differential Revision: https://phabricator.services.mozilla.com/D129962
2023-06-09 10:22:17 +02:00
..
animate.rs Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
Cargo.toml Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
compute_squared_distance.rs Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
lib.rs Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
parse.rs Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
specified_value_info.rs Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
to_animated_value.rs Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
to_animated_zero.rs Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
to_computed_value.rs Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00
to_css.rs style: Make #[css(field_bound)] and #[css(iterable)] work properly 2023-06-09 10:22:17 +02:00
to_resolved_value.rs Upgrade remaining components to edition 2018 2023-02-18 09:42:37 +01:00