Home
last modified time | relevance | path

Searched defs:MimePartDecoder (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/decode/
H A Dpart.rs24 pub(crate) struct MimePartDecoder { struct
36 impl MimePartDecoder { argument
H A Dmulti.rs199 mut part_decoder: MimePartDecoder, in part_decode()