Mobile support to come.
use serde::Deserialize;
#[derive(Debug, Clone, Deserialize)]
pub struct UpdateQuestionServerRequest {
pub title: String,
pub body: String,
}
use serde::Deserialize;
#[derive(Debug, Clone, Deserialize)]
pub struct UpdateQuestionServerRequest {
pub title: String,
pub body: String,
}