Function get_featured_questions

Source
pub async fn get_featured_questions(
    client: &Client,
    req: QuestionRequest,
) -> Result<Response<Question>, Box<dyn Error>>
👎Deprecated