style: Use Rust's ComputedTimingFunction for IPDL

Differential Revision: https://phabricator.services.mozilla.com/D149663
This commit is contained in:
David Shin 2022-06-23 17:07:13 +00:00 committed by Martin Robinson
parent a19674a5a7
commit 5d528ec8be
2 changed files with 11 additions and 0 deletions

View file

@ -336,6 +336,8 @@ pub use page::PageSize;
ToCss,
ToResolvedValue,
ToShmem,
Serialize,
Deserialize,
)]
#[repr(C, u8)]
pub enum Optional<T> {