example-spa-elm-app/backend/src/landing.rs

8 lines
105 B
Rust
Raw Normal View History

use serde::{Deserialize, Serialize};
#[derive(Serialize)]
pub struct Landing {
pub time : String
}