pub type CssSlice<'a, T> = Css<&'a [T], &'a [usize]>;
pub struct CssSlice<'a, T> { /* private fields */ }