pub async fn resp_try<Fut, T, E>(future: Fut) -> RespResult<T, E>Expand description
receive a Future applying it immediately, then convent the result into RespResult
pub async fn resp_try<Fut, T, E>(future: Fut) -> RespResult<T, E>receive a Future applying it immediately, then convent the result into RespResult