Function teloxide::respond

source ·
pub fn respond<T>(val: T) -> ResponseResult<T>
Expand description

A shortcut for ResponseResult::Ok(val).