pub type CssVec<T> = Css<Vec<T>, Vec<usize>>;
pub struct CssVec<T> { /* private fields */ }
quickcheck
rand