pub type ngx_uint_t = usize;
Trait Implementations§
Source§impl From<HTTPStatus> for ngx_uint_t
impl From<HTTPStatus> for ngx_uint_t
Source§fn from(val: HTTPStatus) -> Self
fn from(val: HTTPStatus) -> Self
Converts to this type from the input type.