Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dpart.rs105 pub(crate) fn body_from_owned(&mut self, data: Vec<u8>) { in body_from_owned() method
328 pub fn body_from_owned(mut self, data: Vec<u8>) -> Self { in body_from_owned() method