Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dmimetype.rs234 pub fn is_model(&self) -> bool { in is_model() method
957 assert!(MimeType::from_bytes(b"model/e57").unwrap().is_model()); in ut_mimetype_is_model()
958 assert!(!MimeType::from_bytes(b"application/pdf").unwrap().is_model()); in ut_mimetype_is_model()