Function teloxide::respond[][src]

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

A shortcut for ResponseResult::Ok(val).