Searched refs:is_xnew (Results 1 – 1 of 1) sorted by relevance
290 pub fn is_xnew(&self) -> bool { in is_xnew() method1005 assert!(MimeType::from_bytes(b"x-world/x-vrml").unwrap().is_xnew()); in ut_mime_type_is_xnew()1006 assert!(!MimeType::from_bytes(b"application/pdf").unwrap().is_xnew()); in ut_mime_type_is_xnew()