Home
last modified time | relevance | path

Searched refs:is_xnew (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dmimetype.rs290 pub fn is_xnew(&self) -> bool { in is_xnew() method
1005 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()