Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/response/
Dstatus.rs68 pub fn as_u16(&self) -> u16 { in as_u16() method
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Duri.rs766 pub fn as_u16(&self) -> Result<u16, HttpError> { in as_u16() method